mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Introduce new function ap_get_conn_socket() to access the socket of
a connection git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1135153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -209,7 +209,7 @@ static int proxy_connect_handler(request_rec *r, proxy_worker *worker,
|
||||
apr_status_t err, rv;
|
||||
apr_size_t nbytes;
|
||||
char buffer[HUGE_STRING_LEN];
|
||||
apr_socket_t *client_socket = ap_get_core_module_config(c->conn_config);
|
||||
apr_socket_t *client_socket = ap_get_conn_socket(c);
|
||||
int failed, rc;
|
||||
int client_error = 0;
|
||||
apr_pollset_t *pollset;
|
||||
|
Reference in New Issue
Block a user