1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +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:
Stefan Fritsch
2011-06-13 16:02:18 +00:00
parent 04d48349bb
commit fba947527f
13 changed files with 28 additions and 11 deletions

View File

@@ -168,7 +168,7 @@ static int process_echo_connection(conn_rec *c)
}
if (!csd) {
csd = ap_get_core_module_config(c->conn_config);
csd = ap_get_conn_socket(c);
apr_socket_timeout_set(csd, c->base_server->keep_alive_timeout);
}