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)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 17 Nov 2011 15:32:09 +0000 (16:32 +0100)
commit4f38c5ece3017923eebf034b815755c98c8c6113
tree0c73009501f52044c9b004cd154a672e17eff6fb
parent8f15582ef333e6091af06f7095b9b785e82eb1ab
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]