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

Changeset 1874

Show
Ignore:
Timestamp:
01/21/08 18:58:50
Author:
fumanchu
Message:

Reverting a change to test_conn. It really needs to pass with blocking sockets.

Files:

Legend:

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

    r1872 r1874  
    216216            conn = self.HTTP_CONN 
    217217            # 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) 
    220220            conn.putrequest("GET", "/", skip_host=True) 
    221221            conn.putheader("Host", self.HOST) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets