Closed
Description
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
?
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
?
Activity