We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9466dfe commit 9484128Copy full SHA for 9484128
1 file changed
postgres-tokio/src/lib.rs
@@ -164,7 +164,6 @@ impl Connection {
164
result
165
.into_future()
166
.and_then(move |()| self.0.send(buf))
167
- .and_then(|s| s.flush())
168
.map_err(ConnectError::Io)
169
.map(move |s| (Connection(s), params))
170
.boxed()
0 commit comments