Don't send a HTTP/1.1 status line to HTTP/1.0 clients.
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 29 Jun 2011 18:24:16 +0000 (20:24 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 4 Jul 2011 23:41:30 +0000 (01:41 +0200)
commitf91988979f340000a416dfbdd7488b9ae84ee419
treee246a0510545ef4e23244a94c777a01b2d578f69
parentc6846565cf44d5bcaeb184c1ef845293e188ebfc
Don't send a HTTP/1.1 status line to HTTP/1.0 clients.

Fixes #1234.
lib/http.js