Skip to content
Snippets Groups Projects
Commit 0cb803d9 authored by Craig Tiller's avatar Craig Tiller
Browse files

Always ref writable streams

We suffered a bug whereby doing a follow-up write to another write could
resurrect a deleted stream, causing all sorts of crash.

Fix: when a stream becomes writable (vs when we start writing) take a
ref on the stream, and only relinquish it once we're done writing.
parent bfc8a8d0
No related branches found
No related tags found
No related merge requests found
Showing
with 127 additions and 71 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment