You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever ‘ca’ is set in the global object's Agent.options, but the same ‘ca’ option is not set the the requests options, a different hash_tag_name is build and existing free sockets cannot be found and used.
_http_agent.js @ Agent.prototype.createSocket
the options are extended with the global ‘properties’ object.
however _http_agent.js @ Agent.prototype.addRequest
The request options are not extended with the global ‘properties’ object. Whenever the global options object contains the property ‘ca’, but the local properties object doesn’t. A different hash_tag_name is build.
(https.getName uses the ca property when building the unique hashtag)
The text was updated successfully, but these errors were encountered:
Whenever ‘ca’ is set in the global object's Agent.options, but the same ‘ca’ option is not set the the requests options, a different hash_tag_name is build and existing free sockets cannot be found and used.
_http_agent.js @ Agent.prototype.createSocket
the options are extended with the global ‘properties’ object.
however _http_agent.js @ Agent.prototype.addRequest
The request options are not extended with the global ‘properties’ object. Whenever the global options object contains the property ‘ca’, but the local properties object doesn’t. A different hash_tag_name is build.
(https.getName uses the ca property when building the unique hashtag)
The text was updated successfully, but these errors were encountered: