comparison src/http/ngx_http_request.h @ 298:4a3f18406832

nginx-0.0.3-2004-03-30-10:27:36 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 30 Mar 2004 06:27:36 +0000
parents ee394e997c77
children 00c5660d2707
comparison
equal deleted inserted replaced
297:ee394e997c77 298:4a3f18406832
28 #define NGX_HTTP_PARSE_HEADER_ERROR 14 28 #define NGX_HTTP_PARSE_HEADER_ERROR 14
29 #define NGX_HTTP_PARSE_INVALID_HEADER 14 29 #define NGX_HTTP_PARSE_INVALID_HEADER 14
30 #define NGX_HTTP_PARSE_TOO_LONG_HEADER 15 30 #define NGX_HTTP_PARSE_TOO_LONG_HEADER 15
31 #define NGX_HTTP_PARSE_NO_HOST_HEADER 16 31 #define NGX_HTTP_PARSE_NO_HOST_HEADER 16
32 #define NGX_HTTP_PARSE_INVALID_CL_HEADER 17 32 #define NGX_HTTP_PARSE_INVALID_CL_HEADER 17
33 #define NGX_HTTP_PARSE_POST_WO_CL_HEADER 18
33 34
34 35
35 #define NGX_HTTP_OK 200 36 #define NGX_HTTP_OK 200
36 #define NGX_HTTP_PARTIAL_CONTENT 206 37 #define NGX_HTTP_PARTIAL_CONTENT 206
37 38