[PATCH] url: make logginghttphandler compatible with Python 2.7.6
Pulkit Goyal
7895pulkit at gmail.com
Sat Mar 24 12:04:12 UTC 2018
On Sat, Mar 24, 2018 at 9:39 AM, Yuya Nishihara <yuya at tcha.org> wrote:
> # HG changeset patch
> # User Yuya Nishihara <yuya at tcha.org>
> # Date 1521864147 -32400
> # Sat Mar 24 13:02:27 2018 +0900
> # Node ID f40b6e7fc011715b209774c0d1fbc5b8a6694401
> # Parent db114320df7ee744047fe9a92a01afc40f9d0e87
> url: make logginghttphandler compatible with Python 2.7.6
>
> There wasn't a usable hook point in httplib, so we have to replace connect()
> to wrap the socket before self._tunnel().
Queued this. Many thanks!
More information about the Mercurial-devel
mailing list