Searched defs:_http_vsn (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Lib/http/
H A Dclient.py790 _http_vsn = 11 variable in class:HTTPConnection
1061 if encode_chunked and self._http_vsn == 11:
1067 if encode_chunked and self._http_vsn == 11:
1119 if self._http_vsn == 11:
/external/python/cpython2/Lib/
H A Dhttplib.py712 _http_vsn = 11 variable in class:HTTPConnection
934 if self._http_vsn == 11:
1141 _http_vsn = 10 variable in class:HTTP
1170 conn._http_vsn = self._http_vsn

Completed in 519 milliseconds