[Zope-Checkins] CVS: Zope2 - FCGIServer.py:1.5
Brian Lloyd
brian@korak.digicool.com
Mon, 22 Nov 1999 09:48:08 -0500
Update of /cvs-repository/Zope2/ZServer
In directory korak.digicool.com:/projects/sites/DCP/ZServer
Modified Files:
FCGIServer.py
Log Message:
Added P.Eby patch to deal with IRIX cgi-fcgi where the client doesnt
seem to know when its done sending stdin and ZServer hangs waiting for
it. The patch makes ZServer ignore stdin if there is no Content-Length
and makes it stop looking if Content-Length or more bytes have already
been read.