]> granicus.if.org Git - apache/commit
change error handling for bad resp headers
authorEric Covener <covener@apache.org>
Thu, 8 Dec 2016 19:34:54 +0000 (19:34 +0000)
committerEric Covener <covener@apache.org>
Thu, 8 Dec 2016 19:34:54 +0000 (19:34 +0000)
commit8f418b2e628fb3dcca4467f26baf702acdc0c9fc
tree64af6659ee2669c4b77391281c051e2f4786f1cc
parent6f41ecf8ea11fde431bb1be94a10cbb68a8cdf56
change error handling for bad resp headers

 - avoid looping between ap_die and the http filter
 - remove the header that failed the check
 - keep calling apr_table_do until our fn stops matching

This is still not great. We get the original body, a 500 status
code and status line.

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