Loading modules/http/http_core.c +2 −0 Original line number Diff line number Diff line Loading @@ -2570,7 +2570,9 @@ static apr_status_t sendfile_it_all(conn_rec *c, apr_int32_t flags) { apr_status_t rv; #ifdef AP_DEBUG apr_int32_t timeout = 0; #endif AP_DEBUG_ASSERT((apr_getsocketopt(c->client_socket, APR_SO_TIMEOUT, &timeout) == APR_SUCCESS) && Loading Loading
modules/http/http_core.c +2 −0 Original line number Diff line number Diff line Loading @@ -2570,7 +2570,9 @@ static apr_status_t sendfile_it_all(conn_rec *c, apr_int32_t flags) { apr_status_t rv; #ifdef AP_DEBUG apr_int32_t timeout = 0; #endif AP_DEBUG_ASSERT((apr_getsocketopt(c->client_socket, APR_SO_TIMEOUT, &timeout) == APR_SUCCESS) && Loading