crash in parsers.getContextFromRequest
when req.socket
is null
#2479
Labels
parsers.getContextFromRequest
when req.socket
is null
#2479
From nodejs/undici#1115 @sveisvei showed a stacktrace of a crash in [email protected]:
This is
parsers.getContextFromRequest
not guarding againstreq.socket
being null.repro
I haven't been able to reproduce this yet. I'm missing some detail on how an undici request is somehow involved with the
transaction.req
that is being serialized.@sveisvei Are you able to provide a bit more detail on how you reproduce this? I will definitely fix this repo to be more defensive on using
req.socket
, but I would love to have a repro.The text was updated successfully, but these errors were encountered: