comparison src/http/ngx_http_request.h @ 293:ec3c049681fd

nginx-0.0.3-2004-03-19-08:25:53 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Mar 2004 05:25:53 +0000
parents 87e73f067470
children 5cfd65b8b0a7
comparison
equal deleted inserted replaced
292:a472bfb778b3 293:ec3c049681fd
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_ENTITY_TOO_LARGE 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