mirror of
https://github.com/telemt/telemt.git
synced 2026-04-25 14:34:10 +03:00
@@ -2201,6 +2201,7 @@ enum MeWriterResponseOutcome {
|
|||||||
Close,
|
Close,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
async fn process_me_writer_response<W>(
|
async fn process_me_writer_response<W>(
|
||||||
response: MeResponse,
|
response: MeResponse,
|
||||||
client_writer: &mut CryptoWriter<W>,
|
client_writer: &mut CryptoWriter<W>,
|
||||||
|
|||||||
@@ -230,6 +230,7 @@ struct RateWaitState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl<S> StatsIo<S> {
|
impl<S> StatsIo<S> {
|
||||||
|
#[cfg(test)]
|
||||||
fn new(
|
fn new(
|
||||||
inner: S,
|
inner: S,
|
||||||
counters: Arc<SharedCounters>,
|
counters: Arc<SharedCounters>,
|
||||||
|
|||||||
Reference in New Issue
Block a user