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

Changeset 579

Show
Ignore:
Timestamp:
08/30/05 01:31:39
Author:
fumanchu
Message:

Found another errno to trap in _cpwsgiserver.WorkerThread?.run

Files:

Legend:

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

    r523 r579  
    175175                except socket.error, e: 
    176176                    errno = e.args[0] 
    177                     if errno in (32, 10053, 10054): 
     177                    if errno in (32, 104, 10053, 10054): 
    178178                        # Client probably closed the connection before the 
    179179                        # response was sent. 

Hosted by WebFaction

Log in as guest/cpguest to create tickets