diff options
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 |