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

  /external/python/cpython3/Lib/http/
client.py 328 tr_enc = self.headers.get("transfer-encoding")
329 if tr_enc and tr_enc.lower() == "chunked":
339 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked"
344 tr_enc = self.headers.get("transfer-encoding")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 450 tr_enc = self.msg.getheader('transfer-encoding')
451 if tr_enc and tr_enc.lower() == "chunked":
461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 450 tr_enc = self.msg.getheader('transfer-encoding')
451 if tr_enc and tr_enc.lower() == "chunked":
461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 450 tr_enc = self.msg.getheader('transfer-encoding')
451 if tr_enc and tr_enc.lower() == "chunked":
461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 450 tr_enc = self.msg.getheader('transfer-encoding')
451 if tr_enc and tr_enc.lower() == "chunked":
461 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 448 tr_enc = self.msg.getheader('transfer-encoding')
449 if tr_enc and tr_enc.lower() == "chunked":
459 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked"
    [all...]
  /external/python/cpython2/Lib/
httplib.py 479 tr_enc = self.msg.getheader('transfer-encoding')
480 if tr_enc and tr_enc.lower() == "chunked":
490 # NOTE: RFC 2616, S4.4, #3 says we ignore this if tr_enc is "chunked"
    [all...]

Completed in 554 milliseconds