Home | History | Annotate | Download | only in python2.7

Lines Matching refs:chost

1368         chost, self._extra_headers, x509 = self.get_host_info(host)
1370 self._connection = host, httplib.HTTPConnection(chost)
1495 chost, self._extra_headers, x509 = self.get_host_info(host)
1496 self._connection = host, HTTPS(chost, None, **(x509 or {}))