mercurial/wireprotoframing.py
changeset 37655 b9502b5f2066
parent 37544 55b5ba8d4e68
child 37656 e6870bca1f47
--- a/mercurial/wireprotoframing.py	Thu Apr 12 13:08:33 2018 -0700
+++ b/mercurial/wireprotoframing.py	Thu Apr 12 13:11:29 2018 -0700
@@ -464,7 +464,7 @@
 
     def __init__(self, streamid, active=False):
         self.streamid = streamid
-        self._active = False
+        self._active = active
 
     def makeframe(self, requestid, typeid, flags, payload):
         """Create a frame to be sent out over this stream.