]> granicus.if.org Git - apache/commitdiff
Don't overwrite r->the_request. This was causing us to never get the
authorRyan Bloom <rbb@apache.org>
Wed, 18 Apr 2001 20:46:46 +0000 (20:46 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 18 Apr 2001 20:46:46 +0000 (20:46 +0000)
request in the access_log

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88885 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 1e4aa6fc913427b26f3fb7088594f9c55593b6e0..d6ed4d98295fa9cb2f67d4318c15b819a346db7b 100644 (file)
@@ -469,7 +469,6 @@ request_rec *ap_read_request(conn_rec *conn)
     r->read_body       = REQUEST_NO_BODY;
 
     r->status          = HTTP_REQUEST_TIME_OUT;  /* Until we get a request */
-    r->the_request     = NULL;
     r->output_filters  = conn->output_filters;
     r->input_filters   = conn->input_filters;