]> granicus.if.org Git - apache/commit
We have to return valid HTTP status codes from filters. This fixes two
authorRyan Bloom <rbb@apache.org>
Fri, 22 Mar 2002 21:45:44 +0000 (21:45 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 22 Mar 2002 21:45:44 +0000 (21:45 +0000)
commit1b9eec3ef78ef59638cb2af4bd49a0d3f7742766
treea0fc2fbd5d341a370279e4227f5d9ef453a9e4df
parent4bb16d920570dbfb550010585a6372e94bb344c7
We have to return valid HTTP status codes from filters.  This fixes two
cases in the core_output_filters where there was a problem, and the core
returned an error code instead of an HTTP status code.  This keeps us from
putting status codes like 32 and 104 in the access log.

Submitted by: Ryan Morgan <rmorgan@covalent.net>

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