isaacs
862b164209
test: update http tests for ECONNRESET change
2013-02-11 12:31:21 -08:00
Andreas Madsen
4865063924
Tests: fix jslint issues
2012-01-17 19:45:09 +01:00
Felix Geisendörfer
6e1e9e2fcb
Get test-http-response-no-headers.js to pass
...
Main fix was in 3abebf which added HTTP/0.9 support to http parser.
Changed test because HTTP 1.1 mandates keep-alive when no headers are
given.
Fixes #1711
2011-11-22 22:48:50 +01:00
Ben Noordhuis
246805d386
test: add 'response body with no headers' http test
...
HTTP/0.9 - fails with a parse error
HTTP/1.0 - works
HTTP/1.1 - fails with an empty response body
See #1711 .
2011-11-22 22:47:20 +01:00