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

