http: Write hex/base64 chunks properly
authorisaacs <i@izs.me>
Thu, 15 Aug 2013 05:14:49 +0000 (22:14 -0700)
committerisaacs <i@izs.me>
Thu, 15 Aug 2013 22:05:40 +0000 (15:05 -0700)
commitce3d18412c9cbd8259f1dac84f83a039436adf91
tree5b040f6f20ac812f9eb3ab9b6fa844739246778f
parent7304a620ecc76f8a29a0ab7f9472262214a577f2
http: Write hex/base64 chunks properly

This removes a dubious performance "optimization" where strings body
chunks were concatenated to one another (and to the headers) without any
regard for their encoding.
lib/_http_outgoing.js
test/simple/test-http-hex-write.js [new file with mode: 0644]