From 34bc5d7d41a058942bbb334259b555f21afa0e6d Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 9 Dec 2005 16:58:02 +0000 Subject: [PATCH] Bug #34429 (Output buffering cannot be turned off with FastCGI) --- sapi/cgi/cgi_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index b563913694..bbcdc7f783 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1205,6 +1205,8 @@ consult the installation file that came with this distribution, or visit \n\ running--; } } + } else { + parent = 0; } #endif /* WIN32 */ -- 2.50.1