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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
BaseHTTPServer.py 293 conntype = self.headers.get('Connection', "")
294 if conntype.lower() == 'close':
296 elif (conntype.lower() == 'keep-alive' and
  /prebuilts/gdb/linux-x86/lib/python2.7/
BaseHTTPServer.py 293 conntype = self.headers.get('Connection', "")
294 if conntype.lower() == 'close':
296 elif (conntype.lower() == 'keep-alive' and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 293 conntype = self.headers.get('Connection', "")
294 if conntype.lower() == 'close':
296 elif (conntype.lower() == 'keep-alive' and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 293 conntype = self.headers.get('Connection', "")
294 if conntype.lower() == 'close':
296 elif (conntype.lower() == 'keep-alive' and

Completed in 1744 milliseconds