Commit cb0beaf7 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  The fast fix to get FirstBill back out of the gate.  It brings up an
  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
parent 8e1a2129
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);

+1 −1
Original line number Diff line number Diff line
@@ -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;