Skip to content

clean up HttpParser correctly

Rodrigo Muino Tomonari requested to merge github/fork/sokra/patch-1 into master

remove reference to kOnMessageBegin from HttpParser to avoid leaking Server instances in FreeList

kOnMessageBegin was added in this commit, but the cleanup code for the HttpParser was not updated: https://github.com/nodejs/node/commit/df08d527c2083b852d8456b88b39114f30525236#

Merge request reports

Loading