From 34c58325ec7ad12144dba23c38832b19cbf2850f Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Tue, 25 Apr 2023 12:04:09 +0000 Subject: * Rephrase comment [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909402 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/proxy_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index c11bac2b26..bb678c8a80 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -2792,7 +2792,7 @@ ap_proxy_determine_connection(apr_pool_t *p, request_rec *r, * inside dynamic config to force the lookup. * * Clear the dns_pool before to avoid a memory leak in case - * we did the lookup again. + * we did the lookup already in the past. */ apr_pool_clear(worker->cp->dns_pool); err = apr_sockaddr_info_get(&addr, -- cgit v1.2.1