mod_proxy: follow up to r1601291.
authorYann Ylavic <ylavic@apache.org>
Tue, 10 Jun 2014 13:23:20 +0000 (13:23 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 10 Jun 2014 13:23:20 +0000 (13:23 +0000)
commit3dd42c024f40aadd08e4cb237d537fafdcb5f3a3
treecbc10cbfe67bc27d77ca5f711cae8945346eacc7
parent9614c0b8e6f1e9e100d4bf89049f6b46a96cc530
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

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