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

  /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...]

Completed in 181 milliseconds