diff src/http/ngx_http_request.c @ 159:981e4af2a425

nginx-0.0.1-2003-10-24-20:10:38 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 24 Oct 2003 16:10:38 +0000
parents 46eb23d9471d
children e7e094d34162
line wrap: on
line diff
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -322,6 +322,7 @@ static void ngx_http_process_request_lin
             return;
         }
 
+
         /* copy URI */
 
         if (r->args_start) {
@@ -339,7 +340,6 @@ static void ngx_http_process_request_lin
 
         ngx_cpystrn(r->uri.data, r->uri_start, r->uri.len + 1);
 
-#if 1 /* THINK: needed to log url on errors in proxy only ? */
 
         /* copy unparsed URI */
 
@@ -354,7 +354,6 @@ static void ngx_http_process_request_lin
         ngx_cpystrn(r->unparsed_uri.data, r->uri_start,
                     r->unparsed_uri.len + 1);
 
-#endif
 
         r->request_line.len = r->request_end - r->request_start;