http: fix deferToConnect comments
PR-URL: https://github.com/nodejs/node/pull/27876 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
41a35e0ebf
commit
c6f545a74a
@ -711,10 +711,10 @@ function onSocketNT(req, socket) {
|
|||||||
ClientRequest.prototype._deferToConnect = _deferToConnect;
|
ClientRequest.prototype._deferToConnect = _deferToConnect;
|
||||||
function _deferToConnect(method, arguments_, cb) {
|
function _deferToConnect(method, arguments_, cb) {
|
||||||
// This function is for calls that need to happen once the socket is
|
// This function is for calls that need to happen once the socket is
|
||||||
// connected and writable. It's an important promisy thing for all the socket
|
// assigned to this request and writable. It's an important promisy
|
||||||
// calls that happen either now (when a socket is assigned) or
|
// thing for all the socket calls that happen either now
|
||||||
// in the future (when a socket gets assigned out of the pool and is
|
// (when a socket is assigned) or in the future (when a socket gets
|
||||||
// eventually writable).
|
// assigned out of the pool and is eventually writable).
|
||||||
|
|
||||||
const callSocketMethod = () => {
|
const callSocketMethod = () => {
|
||||||
if (method)
|
if (method)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user