Created by: koichik
Refer to issue #59 (closed) and joyent/node#1234.
Simple test is here. before:
$ node http10.js
HTTP/1.1 200 OK
connection: close
transfer-encoding: chunked
7
Hello,
6
World
0
after:
$ node http10.js
HTTP/1.1 200 OK
connection: close
Hello, World