Using rust-http master and rustc master, the following program intermittently returns a number of "Server returned malformed HTTP response" errors, which under the hood are "connection reset" errors f…
I compiled a little tcp listener example that spawns tasks per connection. The sock.read() call fails when it receives data - just use telnet to connect, type something and hit enter:
``` rust
extern…