v15.x regression - ERR_INTERNAL_ASSERTION - failed assert(socket._httpMessage === this);
#35833
Labels
http
Issues or PRs related to the http subsystem.


Uh oh!
There was an error while loading. Please reload this page.
What steps will reproduce the bug?
install any node v15.0.x on windows or linux
copy-paste the following in shell (or git-bash for windows):
How often does it reproduce? Is there a required condition?
erroreventServerResponse.prototype.end(...)must be called more than once with non-empty payloadWhat is the expected behavior?
there should be no
ERR_INTERNAL_ASSERTIONraisedWhat do you see instead?
ERR_INTERNAL_ASSERTIONraisedAdditional information
ERR_INTERNAL_ASSERTIONraised at https://github.com/nodejs/node/blob/v15.0.1/lib/_http_server.js#L239The text was updated successfully, but these errors were encountered: