tls: invoke write cb only after opposite read end
Stream's `._write()` callback should be invoked only after it's opposite stream has finished processing incoming data, otherwise `finish` event fires too early and connection might be closed while there's some data to send to the client. see #5544
parent
fa170dd2
Please register or sign in to comment