Instead of rolling our own simulation of __LeaveStreamsUnattached based on a whitelist of StreamStatus and StreamPurpose, switch to only checking for the new CONTROLLER_WAITStreamStatus, which will be released in Tor 0.4.5.1 Alpha and whatever release branches from Stem master after Stem 1.8.0 branched.
Note that this change makes StemNS incompatible with Tor 0.4.5.0, Stem 1.8.0, and earlier.
Instead of rolling our own simulation of
__LeaveStreamsUnattached
based on a whitelist ofStreamStatus
andStreamPurpose
, switch to only checking for the newCONTROLLER_WAIT
StreamStatus
, which will be released in Tor 0.4.5.1 Alpha and whatever release branches from Stem master after Stem 1.8.0 branched.Note that this change makes StemNS incompatible with Tor 0.4.5.0, Stem 1.8.0, and earlier.