test: add 'response body with no headers' http test
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 17 Nov 2011 15:30:37 +0000 (16:30 +0100)
committerFelix Geisendörfer <felix@debuggable.com>
Tue, 22 Nov 2011 21:47:20 +0000 (22:47 +0100)
commit246805d3865dc2d8f81037dc7c43069c537a7ed5
tree51eab931e5e612cd476a9421782a7237722582ad
parent3abebfea98b9a5b0e048106884c56f9162400ed4
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.
test/simple/test-http-response-no-headers.js [new file with mode: 0644]