diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-05-12 15:52:24 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-12 15:52:24 +0000 |
| commit | 6b863e353d54420c323d67f86aad0b90ba04e316 (patch) | |
| tree | 51d13ab529d2605be3995333d71344c917c5c4f4 /src/http/ngx_http.h | |
| parent | 4fe262b6821a461b3dbb3d6bfd05a8f713157524 (diff) | |
| download | nginx-6b863e353d54420c323d67f86aad0b90ba04e316.tar.gz nginx-6b863e353d54420c323d67f86aad0b90ba04e316.tar.bz2 | |
nginx-0.0.1-2003-05-12-19:52:24 import
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 906eb29aa..ca03588dd 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -231,9 +231,9 @@ typedef int (*ngx_http_output_body_filter_p) int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log); /**/ -int ngx_http_init_connection(ngx_connection_t *c); -int ngx_read_http_request_line(ngx_http_request_t *r); -int ngx_read_http_header_line(ngx_http_request_t *r, ngx_hunk_t *h); +void ngx_http_init_connection(ngx_connection_t *c); +int ngx_parse_http_request_line(ngx_http_request_t *r); +int ngx_parse_http_header_line(ngx_http_request_t *r, ngx_hunk_t *h); int ngx_http_handler(ngx_http_request_t *r); |
