comparison src/http/ngx_http_request.h @ 1172:383ae25c3171

ngx_http_sub_filter_module
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Apr 2007 17:54:23 +0000
parents 4d0d12446c3b
children 6e2216ad2c87
comparison
equal deleted inserted replaced
1171:d2adfc714819 1172:383ae25c3171
122 122
123 #define NGX_HTTP_LOWLEVEL_BUFFERED 0xf0 123 #define NGX_HTTP_LOWLEVEL_BUFFERED 0xf0
124 #define NGX_HTTP_WRITE_BUFFERED 0x10 124 #define NGX_HTTP_WRITE_BUFFERED 0x10
125 #define NGX_HTTP_GZIP_BUFFERED 0x20 125 #define NGX_HTTP_GZIP_BUFFERED 0x20
126 #define NGX_HTTP_SSI_BUFFERED 0x01 126 #define NGX_HTTP_SSI_BUFFERED 0x01
127 #define NGX_HTTP_COPY_BUFFERED 0x02 127 #define NGX_HTTP_SUB_BUFFERED 0x02
128 #define NGX_HTTP_COPY_BUFFERED 0x04
128 129
129 130
130 typedef enum { 131 typedef enum {
131 NGX_HTTP_INITING_REQUEST_STATE = 0, 132 NGX_HTTP_INITING_REQUEST_STATE = 0,
132 NGX_HTTP_READING_REQUEST_STATE, 133 NGX_HTTP_READING_REQUEST_STATE,