tests(client): make retryable request tests more reliable
This commit is contained in:
		| @@ -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> { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user