[Pythonmac-SIG] CGIHTTPServer problems on OS X
Tony Lownds
tony@lownds.com
Tue, 18 Jun 2002 10:03:45 -0700
At 2:16 PM +0200 6/18/02, Jack Jansen wrote:
>Tony,
>your analysis makes sense to me, but I assume someone (who may know
>better) put that fflush() in there. Could you post this fix to
>sourceforge as a bug report, so someone with a more intimate
>understanding of CGIhttpserver.py can look at it?
Sure, will do.... bug 570678.
>I have no idea who to assign it to, maybe Guido?
I can't assign it anyway. FWIW Guido checked in the change:
1.19 (gvanross 17-Oct-01): self.rfile.flush() #
Always flush before forking
-Tony