We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6244526 commit dd79a4aCopy full SHA for dd79a4a
src/client/connect.rs
@@ -226,7 +226,7 @@ impl Future for HttpConnecting {
226
};
227
},
228
State::Connecting(ref mut c) => {
229
- let mut sock = try_ready!(c.poll(&self.handle));
+ let sock = try_ready!(c.poll(&self.handle));
230
231
if let Some(dur) = self.keep_alive_timeout {
232
sock.set_keepalive(Some(dur))?;
0 commit comments