tests(client): make retryable request tests more reliable

This commit is contained in:
Sean McArthur
2018-03-05 15:05:24 -08:00
parent 49fcb0663c
commit 994bcd193c
4 changed files with 252 additions and 90 deletions

View File

@@ -36,6 +36,8 @@ mod dns;
mod pool;
#[cfg(feature = "compat")]
pub mod compat;
#[cfg(test)]
mod tests;
/// A Client to make outgoing HTTP requests.
pub struct Client<C, B = proto::Body> {