v15.x regression - ERR_INTERNAL_ASSERTION - failed assert(socket._httpMessage === this);
#35833
Labels
http
Issues or PRs related to the http subsystem.
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?
error
eventServerResponse.prototype.end(...)
must be called more than once with non-empty payloadWhat is the expected behavior?
there should be no
ERR_INTERNAL_ASSERTION
raisedWhat do you see instead?
ERR_INTERNAL_ASSERTION
raisedAdditional information
ERR_INTERNAL_ASSERTION
raised at https://github.com/nodejs/node/blob/v15.0.1/lib/_http_server.js#L239The text was updated successfully, but these errors were encountered: