mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
* Rephrase comment [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909402 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user