[Zope-Checkins] CVS: Zope/ZServer - PCGIServer.py:1.21.16.3
Brian Lloyd
brian@zope.com
Wed, 17 Apr 2002 10:25:11 -0400
Update of /cvs-repository/Zope/ZServer
In directory cvs.zope.org:/tmp/cvs-serv26189
Modified Files:
Tag: Zope-2_5-branch
PCGIServer.py
Log Message:
Fixed bug in PCGIPipe shutdown code (nameerror).
=== Zope/ZServer/PCGIServer.py 1.21.16.2 => 1.21.16.3 ===
if self._shutdown:
- try: r=self._shutdown[0]
- except: r=0
- sys.ZServerExitCode=r
self._channel.push(ShutdownProducer(), 0)
Wakeup(lambda: asyncore.close_all())
else: