comparison src/http/ngx_http.h @ 4:c5f071d376e5

nginx-0.0.1-2002-08-22-19:24:03 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 22 Aug 2002 15:24:03 +0000
parents 34a521b1a148
children 669801705ab1
comparison
equal deleted inserted replaced
3:34a521b1a148 4:c5f071d376e5
91 ngx_connection_t *connection; 91 ngx_connection_t *connection;
92 ngx_http_server_t *server; 92 ngx_http_server_t *server;
93 ngx_buff_t *buff; 93 ngx_buff_t *buff;
94 ngx_pool_t *pool; 94 ngx_pool_t *pool;
95 95
96 int filter;
97
96 unsigned header_only:1; 98 unsigned header_only:1;
97 unsigned unusual_uri:1; 99 unsigned unusual_uri:1;
98 unsigned complex_uri:1; 100 unsigned complex_uri:1;
99 101
100 int state; 102 int state;