fix(client): ensure idle connection is pooled before response body finishes
This commit is contained in:
		| @@ -45,6 +45,10 @@ impl<T, U> Sender<T, U> { | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     pub fn is_ready(&self) -> bool { | ||||
|         self.giver.is_wanting() | ||||
|     } | ||||
|  | ||||
|     pub fn is_closed(&self) -> bool { | ||||
|         self.giver.is_canceled() | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user