net: writable is not set to false after socket has ended
#36029
Labels
writable is not set to false after socket has ended
#36029
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Every time.
What is the expected behavior?
No error emitted on the socket.
Output (on node v14.x and earlier):
What do you see instead?
Output:
Additional information
The description for
writable.writablein the streams docs reads:So I believe this is a regression.
/cc @nodejs/net
The text was updated successfully, but these errors were encountered: