comparison src/http/ngx_http.h @ 60:50186b49f2ad

nginx-0.0.1-2003-02-11-10:14:40 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Feb 2003 07:14:40 +0000
parents e8cdc2989cee
children 34d647deb1da
comparison
equal deleted inserted replaced
59:e8cdc2989cee 60:50186b49f2ad
161 161
162 unsigned header_only:1; 162 unsigned header_only:1;
163 unsigned unusual_uri:1; /* URI is not started with '/' - "GET http://" */ 163 unsigned unusual_uri:1; /* URI is not started with '/' - "GET http://" */
164 unsigned complex_uri:1; /* URI with "/." or with "//" (WIN32) */ 164 unsigned complex_uri:1; /* URI with "/." or with "//" (WIN32) */
165 unsigned path_not_found:1; 165 unsigned path_not_found:1;
166 #ifdef NGX_EVENT
167 unsigned write_level_event:1;
168 #endif
166 169
167 int state; 170 int state;
168 char *uri_start; 171 char *uri_start;
169 char *uri_end; 172 char *uri_end;
170 char *uri_ext; 173 char *uri_ext;