aspnetcore/test
Stephen Halter 69759231ff Set Content-Length: 0 when an AppFunc completes without a write
- Previously an incomplete chunked response would be written instead.
- Add test to verify Content-Length: 0 is set automatically.
- Add test to verify HTTP/1.0 keep-alive isn't used if no Content-Length
  is set for the response.
- Add tests to verify errors are handled properly after chunked writes.

#173
2015-08-25 23:17:41 -07:00
..
Microsoft.AspNet.Server.KestrelTests Set Content-Length: 0 when an AppFunc completes without a write 2015-08-25 23:17:41 -07:00