mercurial/httpconnection.py
changeset 25429 9d1c61715939
parent 25206 18a032704f0a
child 25660 328739ea70c3
--- a/mercurial/httpconnection.py	Fri Jun 05 07:49:06 2015 +0900
+++ b/mercurial/httpconnection.py	Fri Jun 05 21:25:28 2015 +0900
@@ -277,7 +277,7 @@
         kwargs.update(sslutil.sslkwargs(self.ui, host))
 
         con = HTTPConnection(host, port, use_ssl=True,
-                             ssl_wrap_socket=sslutil.ssl_wrap_socket,
+                             ssl_wrap_socket=sslutil.wrapsocket,
                              ssl_validator=sslutil.validator(self.ui, host),
                              **kwargs)
         return con