http: use 'connect' event only if socket is connecting by lpinca · Pull Request #16725 · nodejs/node
Fixes a bug that prevented `ClientRequest.prototype.setTimeout()` from working properly when the socket was reused for multiple requests. Fixes: nodejs#16716 Refs: nodejs#8895
lpinca added a commit that referenced this pull request
Nov 6, 2017Fixes a bug that prevented `ClientRequest.prototype.setTimeout()` from working properly when the socket was reused for multiple requests. Fixes: #16716 Refs: #8895 PR-URL: #16725 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
cjihrig pushed a commit to cjihrig/node that referenced this pull request
Nov 6, 2017Fixes a bug that prevented `ClientRequest.prototype.setTimeout()` from working properly when the socket was reused for multiple requests. Fixes: nodejs#16716 Refs: nodejs#8895 PR-URL: nodejs#16725 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
cjihrig added a commit to cjihrig/node that referenced this pull request
Nov 7, 2017Notable changes:
* CLI:
- NODE_OPTIONS now supports the --stack-trace-limit option.
nodejs#16495
* deps:
- OpenSSL is upgraded to 1.0.2m
nodejs#16691
* http:
- A 'connect' event handler leak has been fixed.
nodejs#16725
- The 103 Early Hints status code is now supported.
nodejs#16644
PR-URL: nodejs#16851
cjihrig added a commit that referenced this pull request
Nov 7, 2017This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters