HomeSort by relevance Sort by last modified time
    Searched refs:_http_vsn_str (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 191 self.con._http_vsn_str = 'HTTP/1.1\n'
198 self.con._http_vsn_str = 'FUBAR'
205 self.con._http_vsn_str = 'HTTP/9.9.9'
212 self.con._http_vsn_str = ''
219 self.con._http_vsn_str = ''
227 self.con._http_vsn_str = 'HTTP/9.9'
234 self.con._http_vsn_str = ''
248 self.con._http_vsn_str = 'HTTP/1.1'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 191 self.con._http_vsn_str = 'HTTP/1.1\n'
198 self.con._http_vsn_str = 'FUBAR'
205 self.con._http_vsn_str = 'HTTP/9.9.9'
212 self.con._http_vsn_str = ''
219 self.con._http_vsn_str = ''
227 self.con._http_vsn_str = 'HTTP/9.9'
234 self.con._http_vsn_str = ''
248 self.con._http_vsn_str = 'HTTP/1.1'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 683 _http_vsn_str = 'HTTP/1.1' variable in class:HTTPConnection
877 hdr = '%s %s %s' % (method, url, self._http_vsn_str)
1063 _http_vsn_str = 'HTTP\/1.0' variable in class:HTTP
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 683 _http_vsn_str = 'HTTP/1.1' variable in class:HTTPConnection
877 hdr = '%s %s %s' % (method, url, self._http_vsn_str)
1063 _http_vsn_str = 'HTTP\/1.0' variable in class:HTTP
    [all...]

Completed in 111 milliseconds