| commit | e677922487a45b840663cf97ef28b37d8cf1ac8c | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Fri Oct 03 15:50:53 2003 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Fri Oct 03 15:50:53 2003 +0000 |
| tree | f9987f56d4a33a030081c36585e4bf3671676f73 | |
| parent | 87a01ea908356173d6387aea2af94ad0fe236bb4 [diff] [blame] |
nginx-0.0.1-2003-10-03-19:50:53 import
diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c index 161c483..ea81207 100644 --- a/src/http/ngx_http_event.c +++ b/src/http/ngx_http_event.c
@@ -292,7 +292,7 @@ return; } - rc = ngx_parse_http_request_line(r); + rc = ngx_http_parse_request_line(r); if (rc == NGX_OK) { @@ -538,7 +538,7 @@ } } - rc = ngx_parse_http_header_line(r, r->header_in); + rc = ngx_http_parse_header_line(r, r->header_in); if (rc == NGX_OK) {