]> granicus.if.org Git - apache/commit
Fix error handling in ap_scan_script_header_err_brigade() if there
authorStefan Fritsch <sf@apache.org>
Mon, 9 Apr 2012 09:35:35 +0000 (09:35 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 9 Apr 2012 09:35:35 +0000 (09:35 +0000)
commit165e11ee96012a0a5c6caa6f48f7417334617ac5
treebc1385516ccdb265f17f76b0a2b1b4005c44fe58
parent555c89745f728d7c1894ed0ce359d72688ea26e6
Fix error handling in ap_scan_script_header_err_brigade() if there
is no EOS bucket in the brigade:

Also don't loop if there is a timeout when discarding the script output.

Thanks to Edgar Frank for the analysis.

PR: 48272 (partial fix)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311174 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/util_script.c