use a stale check in the pool
Check that a socket is not EOF to reduce the likelihood of using a bad pooled connection.
This commit is contained in:
@@ -123,6 +123,7 @@ extern crate hyper;
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate libc;
|
||||
extern crate libflate;
|
||||
extern crate hyper_native_tls;
|
||||
extern crate serde;
|
||||
|
||||
Reference in New Issue
Block a user