Submitted by: John Barbee <barbee@veribox.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90290
13f79535-47bb-0310-9956-
ffa450edef68
conn_rec *c = r->connection;
apr_bucket_brigade *bb = apr_brigade_create(p);
apr_uri_components *uri = apr_palloc(r->connection->pool, sizeof(*uri));
- proxy_http_conn_t *p_conn = apr_palloc(r->connection->pool,
+ proxy_http_conn_t *p_conn = apr_pcalloc(r->connection->pool,
sizeof(*p_conn));
/* is it for us? */