Submitter | via Mercurial-devel |
---|---|
Date | June 2, 2017, 11:03 p.m. |
Message ID | <daeaaad7839bb72ab48a.1496444628@dragonair.svl.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/21142/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/keepalive.py b/mercurial/keepalive.py --- a/mercurial/keepalive.py +++ b/mercurial/keepalive.py @@ -354,7 +354,8 @@ def __init__(self, sock, debuglevel=0, strict=0, method=None): httplib.HTTPResponse.__init__(self, sock, debuglevel=debuglevel, - strict=True, method=method) + strict=True, method=method, + buffering=True) self.fileno = sock.fileno self.code = None self._rbuf = ''