Lines Matching refs:timeout
1724 # This will prove that the timeout gets through HTTPConnection
1727 # default -- use global socket timeout
1738 # no timeout -- do not use global socket default
1743 timeout=None)
1751 httpConn = client.HTTPConnection(HOST, TimeoutTest.PORT, timeout=30)
1840 # simple test to check it's storing the timeout
1841 h = client.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)
1842 self.assertEqual(h.timeout, 30)
2178 def create_connection(address, timeout=None, source_address=None):
2255 def _create_connection(address, timeout=None, source_address=None):