diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-23 18:22:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-23 18:22:18 +0000 |
commit | 295bb6335d2f0b1931dbd0ff93de87fad189e9a7 (patch) | |
tree | bcfe25f469f7c68b45bdf7b6863160f2b40a4a91 /src/http/ngx_http_event.c | |
parent | a6717c4e59a24bb11dab29b12fb9851bb41293c0 (diff) | |
download | nginx-295bb6335d2f0b1931dbd0ff93de87fad189e9a7.tar.gz nginx-295bb6335d2f0b1931dbd0ff93de87fad189e9a7.zip |
nginx-0.0.1-2002-12-23-21:22:18 import
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; |