From f8cf275514531945f591dbae49b060274d4aeb06 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Tue, 28 Jun 2016 12:10:34 +0000 Subject: [PATCH] mod_proxy: follow up to r1750392: comment on proxy_conn_rec->tmp_bb. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750494 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index 8184d07835..7a4fb3e27f 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -271,7 +271,10 @@ typedef struct { unsigned int inreslist:1; /* connection in apr_reslist? */ const char *uds_path; /* Unix domain socket path */ const char *ssl_hostname;/* Hostname (SNI) in use by SSL connection */ - apr_bucket_brigade *tmp_bb; + apr_bucket_brigade *tmp_bb;/* Temporary brigade created with the connection + * and its scpool/bucket_alloc (NULL before), + * must be left cleaned when used (locally). + */ } proxy_conn_rec; typedef struct { -- 2.50.1