Loading server/core.c +1 −1 Changes for server/core.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -4525,7 +4525,7 @@ static int core_pre_connection(conn_rec *c, void *csd) rv = apr_socket_timeout_set(csd, c->base_server->timeout); if (rv != APR_SUCCESS) { /* expected cause is that the client disconnected already */ ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, c, ap_log_cerror(APLOG_MARK, APLOG_DEBUG, rv, c, "apr_socket_timeout_set"); } Loading Loading
server/core.c +1 −1 Changes for server/core.c: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -4525,7 +4525,7 @@ static int core_pre_connection(conn_rec *c, void *csd) rv = apr_socket_timeout_set(csd, c->base_server->timeout); if (rv != APR_SUCCESS) { /* expected cause is that the client disconnected already */ ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, c, ap_log_cerror(APLOG_MARK, APLOG_DEBUG, rv, c, "apr_socket_timeout_set"); } Loading