You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I set nodelay on an HTTP client connection? If it's not exposed by hyper, can I get access to the underlying TcpStream so I can call TcpStream::set_nodelay?
The text was updated successfully, but these errors were encountered:
Will see if I can put together a pull request to set this directly on HttpConnector. With HTTP, I'm not sure there's a reason not to make TCP_NODELAY the default.
How can I set nodelay on an HTTP client connection? If it's not exposed by hyper, can I get access to the underlying
TcpStream
so I can callTcpStream::set_nodelay
?The text was updated successfully, but these errors were encountered: