comparison src/http/ngx_http_parse.c @ 417:0526206251f6

nginx-0.0.10-2004-09-07-19:29:22 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 07 Sep 2004 15:29:22 +0000
parents 6bdf858bff8c
children 47709bff4468
comparison
equal deleted inserted replaced
416:b9bd635011de 417:0526206251f6
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_http.h> 4 #include <ngx_http.h>
5
5 6
6 ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r) 7 ngx_int_t ngx_http_parse_request_line(ngx_http_request_t *r)
7 { 8 {
8 u_char ch, *p, *m; 9 u_char ch, *p, *m;
9 enum { 10 enum {