Commit 64d6de9f authored by Julien Gilli's avatar Julien Gilli Committed by Fedor Indutny
Browse files

http: write() after end() emits an error.



When calling write() after end() has been called on an OutgoingMessage,
an error is emitted and the write's callback is called with an instance
of Error.

Fix #7477.

Reviewed-By: default avatarFedor Indutny <fedor@indutny.com>
parent 4c9b30db
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