Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
apache2-mod_fastcgi.863
0006-enable-chunked-input.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0006-enable-chunked-input.patch of Package apache2-mod_fastcgi.863
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);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor