comparison src/http/ngx_http_request.h @ 449:3b1e8c9df9ad

nginx-0.1.0-2004-10-04-00:02:06 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 03 Oct 2004 20:02:06 +0000
parents 42d11f017717
children 23fb87bddda1
comparison
equal deleted inserted replaced
448:241dc8092a33 449:3b1e8c9df9ad
36 #define NGX_HTTP_PARSE_INVALID_09_METHOD 13 36 #define NGX_HTTP_PARSE_INVALID_09_METHOD 13
37 37
38 #define NGX_HTTP_PARSE_HEADER_ERROR 14 38 #define NGX_HTTP_PARSE_HEADER_ERROR 14
39 #define NGX_HTTP_PARSE_INVALID_HEADER 14 39 #define NGX_HTTP_PARSE_INVALID_HEADER 14
40 #define NGX_HTTP_PARSE_TOO_LONG_HEADER 15 40 #define NGX_HTTP_PARSE_TOO_LONG_HEADER 15
41 #define NGX_HTTP_PARSE_TOO_MANY_HEADERS 16
42 #define NGX_HTTP_PARSE_NO_HOST_HEADER 17 41 #define NGX_HTTP_PARSE_NO_HOST_HEADER 17
43 #define NGX_HTTP_PARSE_INVALID_CL_HEADER 18 42 #define NGX_HTTP_PARSE_INVALID_CL_HEADER 18
44 #define NGX_HTTP_PARSE_POST_WO_CL_HEADER 19 43 #define NGX_HTTP_PARSE_POST_WO_CL_HEADER 19
45 #define NGX_HTTP_PARSE_HTTP_TO_HTTPS 20 44 #define NGX_HTTP_PARSE_HTTP_TO_HTTPS 20
46 #define NGX_HTTP_PARSE_INVALID_HOST 21 45 #define NGX_HTTP_PARSE_INVALID_HOST 21