File 0006-enable-chunked-input.patch of Package apache2-mod_fastcgi

From: Yehuda Sadeh <yehuda@hq.newdream.net>
Date: Thu, 3 Nov 2011 11:26:55 -0700
Subject: [PATCH] enable chunked input

---
 mod_fastcgi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod_fastcgi.c b/mod_fastcgi.c
index 85c4993..5cae3b9 100644
--- a/mod_fastcgi.c
+++ b/mod_fastcgi.c
@@ -2400,7 +2400,7 @@ static int do_work(request_rec * const r, fcgi_request * const fr)
 
     if (fr->role == FCGI_RESPONDER) 
     {
-        rv = ap_setup_client_block(r, REQUEST_CHUNKED_ERROR);
+        rv = ap_setup_client_block(r, REQUEST_CHUNKED_DECHUNK);
         if (rv != OK) 
         {
             ap_kill_timeout(r);
openSUSE Build Service is sponsored by