]> granicus.if.org Git - apache/commit
core: Stop the HTTP_IN filter from attempting to write error buckets
authorGraham Leggett <minfrin@apache.org>
Tue, 14 May 2013 18:58:06 +0000 (18:58 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 14 May 2013 18:58:06 +0000 (18:58 +0000)
commit9bc9d79079bbeeb65f46c59ab6aa40588cbde9ff
tree2c032a4866a01a4b8e040e6cb668360a7fd75cd7
parente929fb1ee5f7336e91eabc5826b090fcffc0cfbb
core: Stop the HTTP_IN filter from attempting to write error buckets
to the output filters, which is bogus in the proxy case. Create a
clean mapping from APR codes to HTTP status codes, and use it where
needed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482522 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
CHANGES
docs/log-message-tags/next-number
include/ap_mmn.h
include/http_protocol.h
modules/dav/main/mod_dav.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/http/http_filters.c
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c
server/util.c