Skip to content

Commit

Permalink
* Rephrase comment [skip ci]
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909402 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 34c5832)
  • Loading branch information
rpluem committed Oct 30, 2023
1 parent 667230a commit efd7239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proxy/proxy_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -2807,7 +2807,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,
Expand Down

0 comments on commit efd7239

Please sign in to comment.