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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 511 pconn = self.msg.getheader('proxy-connection')
512 if pconn and "keep-alive" in pconn.lower():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 511 pconn = self.msg.getheader('proxy-connection')
512 if pconn and "keep-alive" in pconn.lower():
    [all...]

Completed in 44 milliseconds