diff options
Diffstat (limited to 'src/http/ngx_http_event.c')
-rw-r--r-- | src/http/ngx_http_event.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c index f430bf094..bfb7005ae 100644 --- a/src/http/ngx_http_event.c +++ b/src/http/ngx_http_event.c @@ -313,9 +313,11 @@ static int ngx_http_process_request_line(ngx_http_request_t *r) ngx_cpystrn(r->exten.data, r->uri_ext, r->exten.len + 1); } +#if 0 ngx_log_debug(r->connection->log, "HTTP: %d, %d, %s %s" _ r->method _ r->http_version _ r->uri.data _ r->exten.data); +#endif if (r->http_version == 9) return NGX_OK; |