Loading include/http_connection.h +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ int ap_pre_http_connection(conn_rec *); * @param c The connection on which the request is read * @return OK or DECLINED */ AP_CORE_DECLARE(int) ap_process_http_connection(conn_rec *); AP_CORE_DECLARE_NONSTD(int) ap_process_http_connection(conn_rec *); AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c); Loading server/connection.c +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ int ap_pre_http_connection(conn_rec *c) return OK; } AP_CORE_DECLARE(int) ap_process_http_connection(conn_rec *c) AP_CORE_DECLARE_NONSTD(int) ap_process_http_connection(conn_rec *c) { request_rec *r; Loading Loading
include/http_connection.h +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ int ap_pre_http_connection(conn_rec *); * @param c The connection on which the request is read * @return OK or DECLINED */ AP_CORE_DECLARE(int) ap_process_http_connection(conn_rec *); AP_CORE_DECLARE_NONSTD(int) ap_process_http_connection(conn_rec *); AP_CORE_DECLARE(void) ap_flush_conn(conn_rec *c); Loading
server/connection.c +1 −1 Original line number Diff line number Diff line Loading @@ -230,7 +230,7 @@ int ap_pre_http_connection(conn_rec *c) return OK; } AP_CORE_DECLARE(int) ap_process_http_connection(conn_rec *c) AP_CORE_DECLARE_NONSTD(int) ap_process_http_connection(conn_rec *c) { request_rec *r; Loading