http: add flushHeaders and deprecate flush
authorYosuke Furukawa <yosuke.furukawa@gmail.com>
Sat, 14 Mar 2015 07:24:07 +0000 (16:24 +0900)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 16 Mar 2015 23:54:11 +0000 (00:54 +0100)
commitb2e00e38dcac23cf564636e8fad880829489286c
treedbbaee5cc86ae186ed7433857a95b887ebb9f109
parent68d4bed2fd05f22472cebb24cb10a5679de47cbf
http: add flushHeaders and deprecate flush

PR-URL: https://github.com/iojs/io.js/pull/1156
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Christian Tellnes <christian@tellnes.no>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
doc/api/http.markdown
lib/_http_outgoing.js
test/parallel/test-http-flush-headers.js [new file with mode: 0644]