issue I'll address to the list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87748
13f79535-47bb-0310-9956-
ffa450edef68
* @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);
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;