mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-13 14:40:20 +08:00
Fix PR 599 check regressions
This commit is contained in:
@@ -1596,6 +1596,7 @@ async fn send_error(tx: &FrameSender, stream_id: u32, msg: &str) {
|
||||
.await;
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
fn build_streaming_request_body(
|
||||
body_rx: mpsc::Receiver<TunnelFrame>,
|
||||
body_size: Arc<AtomicUsize>,
|
||||
@@ -1625,6 +1626,7 @@ fn build_spooled_request_body(
|
||||
upstream_client::stream_request_body(body_stream)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
fn build_prefixed_request_body(
|
||||
prefix_chunks: Vec<Bytes>,
|
||||
body_rx: mpsc::Receiver<TunnelFrame>,
|
||||
|
||||
Reference in New Issue
Block a user