]> granicus.if.org Git - apache/commit
Merge r1481891, r1482075, r1482170, r1482555 from trunk:
authorJim Jagielski <jim@apache.org>
Thu, 11 Jul 2013 12:21:19 +0000 (12:21 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 11 Jul 2013 12:21:19 +0000 (12:21 +0000)
commit30851a54b8fed3087592109e56a04cc2bad76dfa
tree3b2f0d7c22d65536f87a201b521d1f62533d35df
parent73e8100e8a3c3c2b93b15ebcce5c69578975572b
Merge r1481891, r1482075, r1482170, r1482555 from trunk:

mod_proxy: Ensure we don't attempt to amend a table we are iterating
through, ensuring that all headers listed by Connection are removed.

mod_proxy, mod_proxy_http: Connection headers must be stripped on the way
in and out, support an optional function to handle this.

hunk 1: C89 please;
hunk 2: optional functions are usually declared static.

mod_proxy: Make sure we skip empty tokens when parsing the Connection
header.

Submitted by: minfrin, fuankg, minfrin
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1502201 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
include/ap_mmn.h
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c