Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
http: always cork outgoing writes
PR-URL: #13522 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
- Loading branch information
Showing
with
38 additions
and 40 deletions.
- +29 −33 benchmark/fixtures/simple-http-server.js
- +4 −2 benchmark/http/simple.js
- +5 −5 lib/_http_outgoing.js