Changeset 1872
- Timestamp:
- 01/19/08 22:04:05
- Files:
-
- trunk/cherrypy/test/test_conn.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_conn.py
r1824 r1872 215 215 self.persistent = True 216 216 conn = self.HTTP_CONN 217 # Make the socket nonblocking so it can timeout 218 conn.connect() 219 conn.sock.settimeout(0.1) 217 220 conn.putrequest("GET", "/", skip_host=True) 218 221 conn.putheader("Host", self.HOST)

