]> granicus.if.org Git - apache/commit
Merge r1601291, r1601630 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 12 Jan 2015 13:34:53 +0000 (13:34 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 12 Jan 2015 13:34:53 +0000 (13:34 +0000)
commit4f9c7fd3c4a7e914e28178e0ae84a855b70e132d
tree05e54e3f3d4a27808f995122ed70fcafcc19eb80
parent94da5dff7c7da86096d2096d2a457c542ac41b3f
Merge r1601291, r1601630 from trunk:

mod_proxy: Shutdown (eg. SSL close notify) the backend connection
before closing.

mod_proxy: follow up to r1601291.

Since deferred_write_pool is needed by the core_output_filter and is a subpool
of the connection, shutdown in a pre_cleanup of the connection's pool to avoid
a freed memory access (SEGV).

Reported By: takashi

Submitted by: ylavic
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1651080 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/proxy_util.c