Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1872

Show
Ignore:
Timestamp:
01/19/08 22:04:05
Author:
fumanchu
Message:

Timeout fix to test_conn.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test_conn.py

    r1824 r1872  
    215215            self.persistent = True 
    216216            conn = self.HTTP_CONN 
     217            # Make the socket nonblocking so it can timeout 
     218            conn.connect() 
     219            conn.sock.settimeout(0.1) 
    217220            conn.putrequest("GET", "/", skip_host=True) 
    218221            conn.putheader("Host", self.HOST) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets