Show More
@@ -280,8 +280,6 b' class http2handler(urlreq.httphandler, u' | |||
|
280 | 280 | kwargs['keyfile'] = keyfile |
|
281 | 281 | kwargs['certfile'] = certfile |
|
282 | 282 | |
|
283 | kwargs.update(sslutil.sslkwargs(self.ui, host)) | |
|
284 | ||
|
285 | 283 | con = HTTPConnection(host, port, use_ssl=True, |
|
286 | 284 | ssl_wrap_socket=sslutil.wrapsocket, |
|
287 | 285 | ssl_validator=sslutil.validatesocket, |
General Comments 0
You need to be logged in to leave comments.
Login now