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
Due to this line of code, if parser.socket.server[kIncomingMessage] is undefined, an error will be thrown on the line below where the ParserIncomingMessage is constructed. A simple additional check here would solve this issue. A few libraries have cropped this up in socket.io, ws and some others that weren't happening in previous versions of node.
Node version: 9.6.0
Platform: OSX
The text was updated successfully, but these errors were encountered:
node/lib/_http_common.js
Lines 78 to 82 in 15e41a9
Due to this line of code, if
parser.socket.server[kIncomingMessage]
isundefined
, an error will be thrown on the line below where the ParserIncomingMessage is constructed. A simple additional check here would solve this issue. A few libraries have cropped this up insocket.io
,ws
and some others that weren't happening in previous versions of node.Node version: 9.6.0
Platform: OSX
The text was updated successfully, but these errors were encountered: