##// END OF EJS Templates
httpconnection: remove use of sslkwargs...
Gregory Szorc -
r29250:d6b9468e default
parent child Browse files
Show More
@@ -280,8 +280,6 b' class http2handler(urlreq.httphandler, u'
280 kwargs['keyfile'] = keyfile
280 kwargs['keyfile'] = keyfile
281 kwargs['certfile'] = certfile
281 kwargs['certfile'] = certfile
282
282
283 kwargs.update(sslutil.sslkwargs(self.ui, host))
284
285 con = HTTPConnection(host, port, use_ssl=True,
283 con = HTTPConnection(host, port, use_ssl=True,
286 ssl_wrap_socket=sslutil.wrapsocket,
284 ssl_wrap_socket=sslutil.wrapsocket,
287 ssl_validator=sslutil.validatesocket,
285 ssl_validator=sslutil.validatesocket,
General Comments 0
You need to be logged in to leave comments. Login now