]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Stop ap_finalize_request_protocol() and ap_get_client_block() from silently
authorGraham Leggett <minfrin@apache.org>
Wed, 15 May 2013 15:46:01 +0000 (15:46 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 15 May 2013 15:46:01 +0000 (15:46 +0000)
commit4c4ea0eb8df72789ce77ae7fe6157986157cf582
tree134251ebf8ae8edfbce6f32d0d3a3466ce992b72
parent4649c968066aa8a113ba7090c6530667c812b745
core: Stop ap_finalize_request_protocol() and ap_get_client_block() from silently
swallowing errors from the filter stack, create error buckets and return them
appropriately.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482918 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_filters.c
server/protocol.c