Permalink
1 comment
on commit
sign in to comment.
Browse files
http: revert "http: always emit close on req and res"
This reverts a commit that accidentally introduced a semver-major change to Node 10 and broke userland code. A subsequent fix to that change and documentation change are reverted with it. Revert "http: fix res emit close before user finish" This reverts commit 2a9c833. Revert "http: always emit close on req and res" This reverts commit 8029a24. Revert "doc: fix HTTP req/res 'close' description" This reverts commit 8ab7ea6. PR-URL: #21809 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
- Loading branch information...
Showing
with
3 additions
and 32 deletions.
- +3 −1 doc/api/http.md
- +0 −6 lib/_http_server.js
- +0 −25 test/parallel/test-http-req-res-close.js
This comment has been minimized.
mareksrom commented onOct 24, 2018
8799f43Modified close event behaviour landed in version 11.0.0 (it is ok:) but I haven't found it in semver-major changes in its changelog... If I don't look a bad way it would be fine to add this information... Thanks