diff --git a/mercurial/wireprotoframing.py b/mercurial/wireprotoframing.py --- a/mercurial/wireprotoframing.py +++ b/mercurial/wireprotoframing.py @@ -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.