mirror of
https://github.com/apache/httpd.git
synced 2025-10-28 20:34:59 +03:00
* server/mpm_unix.c (dummy_connection): Destroy temp pool and return
on connect() failure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1300171 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -569,6 +569,8 @@ static apr_status_t dummy_connection(ap_pod_t *pod)
|
||||
|
||||
ap_log_error(APLOG_MARK, log_level, rv, ap_server_conf, APLOGNO(00056)
|
||||
"connect to listener on %pI", lp->bind_addr);
|
||||
apr_pool_destroy(p);
|
||||
return rv;
|
||||
}
|
||||
|
||||
/* Create the request string. We include a User-Agent so that
|
||||
|
||||
Reference in New Issue
Block a user