diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-08 15:32:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-08 15:32:54 +0000 |
commit | 3ae32483cd9315aef5066e2a06411e9ffb8a5560 (patch) | |
tree | 423fdadc2fceefe023b8882287359ae7a28eceda /src/http/ngx_http_request.h | |
parent | fd3e374a02c7fc98d8193222885b453084f87727 (diff) | |
download | nginx-3ae32483cd9315aef5066e2a06411e9ffb8a5560.tar.gz nginx-3ae32483cd9315aef5066e2a06411e9ffb8a5560.zip |
nginx-0.0.1-2003-10-08-19:32:54 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index ea9f2d283..806542ac8 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -2,20 +2,6 @@ #define _NGX_HTTP_REQUEST_H_INCLUDED_ -#if 0 -#include <ngx_config.h> - -#include <ngx_types.h> -#include <ngx_string.h> -#include <ngx_table.h> -#include <ngx_hunk.h> -#include <ngx_files.h> -#include <ngx_connection.h> -#include <ngx_conf_file.h> - -#endif - - #define NGX_HTTP_VERSION_9 9 #define NGX_HTTP_VERSION_10 1000 #define NGX_HTTP_VERSION_11 1001 @@ -28,6 +14,9 @@ #define NGX_HTTP_CONN_KEEP_ALIVE 1 +#define NGX_NONE 1 + + #define NGX_HTTP_PARSE_HEADER_DONE 1 #define NGX_HTTP_PARSE_INVALID_METHOD 10 #define NGX_HTTP_PARSE_INVALID_REQUEST 11 |