Closed
Description
Lines 78 to 82 in 15e41a9
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