Submitter | phabricator |
---|---|
Date | April 13, 2018, 10:21 p.m. |
Message ID | <1eb7db084e0e4a455620ee4677fc87e1@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30936/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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.