]> granicus.if.org Git - apache/commit
More pool allocation errors. The apr_sockaddr_t structures connect_addr and
authorVictor J. Orlikowski <orlikowski@apache.org>
Fri, 6 Apr 2001 01:59:26 +0000 (01:59 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Fri, 6 Apr 2001 01:59:26 +0000 (01:59 +0000)
commit3d4e9fbed547ad600bccedbc1d33ed8cb21a5d1b
treef8e4ae8bd7e207351328e228cd4296bf096a3863
parentc89723b1968c9d2cda3c076f17dc4d03e03a29d9
More pool allocation errors. The apr_sockaddr_t structures connect_addr and
uri_addr were getting allocated out of the wrong pool (one of the request pools)
when they were expected to stick around for the life of the socket.
Further, the default pool to be used should have been the connection pool in the
request_rec.

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