mirror of
https://github.com/telemt/telemt.git
synced 2026-05-22 19:51:43 +03:00
Compare commits
3 Commits
8960fad8cd
...
8874396ba5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8874396ba5 | ||
|
|
033ebf5038 | ||
|
|
f7b918875c |
@@ -2201,6 +2201,7 @@ enum MeWriterResponseOutcome {
|
||||
Close,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
async fn process_me_writer_response<W>(
|
||||
response: MeResponse,
|
||||
client_writer: &mut CryptoWriter<W>,
|
||||
|
||||
@@ -230,6 +230,7 @@ struct RateWaitState {
|
||||
}
|
||||
|
||||
impl<S> StatsIo<S> {
|
||||
#[cfg(test)]
|
||||
fn new(
|
||||
inner: S,
|
||||
counters: Arc<SharedCounters>,
|
||||
|
||||
Reference in New Issue
Block a user