Home
last modified time | relevance | path

Searched refs:_http_vsn (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/http/
Dclient.py791 _http_vsn = 11 variable in HTTPConnection
1072 if encode_chunked and self._http_vsn == 11:
1078 if encode_chunked and self._http_vsn == 11:
1133 if self._http_vsn == 11:
1423 if self._http_vsn == 11:
/third_party/python/Lib/test/
Dtest_httpservers.py182 self.con._http_vsn = 99