| commit | 1e7ec9dcd2360ca5ef1a4db75a7971f0dec7ea54 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Tue Feb 11 07:14:40 2003 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Tue Feb 11 07:14:40 2003 +0000 |
| tree | e5aa2cd3962b5d587778077222d917254368ced2 | |
| parent | 7300977320e04280c13d4d89a279f75af9c5f893 [diff] [blame] |
nginx-0.0.1-2003-02-11-10:14:40 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 2966576..41bd932 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -163,6 +163,9 @@ unsigned unusual_uri:1; /* URI is not started with '/' - "GET http://" */ unsigned complex_uri:1; /* URI with "/." or with "//" (WIN32) */ unsigned path_not_found:1; +#ifdef NGX_EVENT + unsigned write_level_event:1; +#endif int state; char *uri_start;