Bug 949460 - After upgrade to apache2 2.4.6-6.50.1, POST data sometimes fails to be read ("End of file found")
Summary: After upgrade to apache2 2.4.6-6.50.1, POST data sometimes fails to be read (...
Status: RESOLVED DUPLICATE of bug 949218
Alias: None
Product: openSUSE 13.1
Classification: openSUSE
Component: Apache (show other bugs)
Version: Final
Hardware: i686 openSUSE 13.1
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-08 11:42 UTC by Magnus Holmgren
Modified: 2015-10-08 11:54 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Holmgren 2015-10-08 11:42:24 UTC
After upgrading to apache2 (with apache2-prefork) 2.4.6-6.50.1 yesterday, POSTs to some CGI programs started resulting in 500 errors. I could quickly conclude that said CGI programs were never executed; the error occurs before that.

error_log:
[Tue Oct 06 11:18:47.575409 2015] [cgi:error] [pid 28136] (70014)End of file found: [client xxx.xxx.xxx.xxx:21980] AH01225: Error reading request entity data

The patch relating to Transfer-Encoding: chunked seems the most suspect, but these requests are not using that transfer-encoding.

This seems a bit similar to bug 949218, but the form data in this case is not multipart, but regular x-www-form-urlencoded, and, as mentioned, no code of ours is run; form data are not merely unavailable. The request entity data is rather largish; perhaps always more than 100 kB when the error occurs.

I realise I may have to come back with more data to help you reproduce the problem, but that's all I have for now.
Comment 1 Petr Gajdos 2015-10-08 11:54:35 UTC
Probably duplicate of bug 949218.

*** This bug has been marked as a duplicate of bug 949218 ***