We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2590b7d commit b14fb35Copy full SHA for b14fb35
crates/listener/src/unix_or_tcp.rs
@@ -152,7 +152,6 @@ impl UnixOrTcpListener {
152
153
let socket = socket2::SockRef::from(&stream);
154
socket.set_keepalive(true)?;
155
- socket.set_nodelay(true)?;
156
157
Ok((remote_addr.into(), UnixOrTcpConnection::Unix { stream }))
158
}
@@ -188,7 +187,6 @@ impl UnixOrTcpListener {
188
187
189
190
191
192
193
Poll::Ready(Ok((
194
remote_addr.into(),
0 commit comments