Unverified Commit ece50739 authored by Daniel Beckert's avatar Daniel Beckert Committed by Matheus Marchini
Browse files

src: do not reuse async resource in http parsers

Change resource being used, previously HTTParser was being reused.
We are now using IncomingMessage and ClientRequest objects.  The goal
here is to make the async resource unique for each async operatio

Refs: https://github.com/nodejs/node/pull/24330
Refs: https://github.com/nodejs/diagnostics/issues/248
Refs: https://github.com/nodejs/node/pull/21313



Co-authored-by: default avatarMatheus Marchini <mat@mmarchini.me>

PR-URL: https://github.com/nodejs/node/pull/25094


Reviewed-By: default avatarMatteo Collina <matteo.collina@gmail.com>
Reviewed-By: default avatarBenedikt Meurer <benedikt.meurer@gmail.com>
Reviewed-By: default avatarAnna Henningsen <anna@addaleax.net>
parent 5aaf666b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment