diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-07 15:29:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-07 15:29:22 +0000 |
commit | 59cf56c5d975725be9e2adc84170ffe0c638fa48 (patch) | |
tree | d355ce8975bbcacc29cdf54ffac45c84b55649a0 /src/http/ngx_http_parse.c | |
parent | aab4d8c0c4aa068cc7ddcb1c5daee330d9dec47a (diff) | |
download | nginx-59cf56c5d975725be9e2adc84170ffe0c638fa48.tar.gz nginx-59cf56c5d975725be9e2adc84170ffe0c638fa48.zip |
nginx-0.0.10-2004-09-07-19:29:22 import
Diffstat (limited to 'src/http/ngx_http_parse.c')
-rw-r--r-- | src/http/ngx_http_parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index 76fbb8006..8136f31d3 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c @@ -3,6 +3,7 @@ #include <ngx_core.h> #include <ngx_http.h> + ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r) { u_char ch, *p, *m; |