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

  By popular review


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87739 13f79535-47bb-0310-9956-ffa450edef68
parent 6333e9f8
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
 */
int ap_process_http_connection(conn_rec *);
AP_CORE_DECLARE(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;
}

int ap_process_http_connection(conn_rec *c)
AP_CORE_DECLARE(int) ap_process_http_connection(conn_rec *c)
{
    request_rec *r;