comparison src/http/ngx_http_request.h @ 154:eac26585476e

nginx-0.0.1-2003-10-22-11:05:29 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 22 Oct 2003 07:05:29 +0000
parents c71aeb75c071
children 46eb23d9471d
comparison
equal deleted inserted replaced
153:c71aeb75c071 154:eac26585476e
187 unsigned proxy:1; 187 unsigned proxy:1;
188 #if 0 188 #if 0
189 unsigned cachable:1; 189 unsigned cachable:1;
190 #endif 190 #endif
191 unsigned pipeline:1; 191 unsigned pipeline:1;
192
193 /* can we use sendfile ? */
194 unsigned sendfile:1;
192 195
193 unsigned chunked:1; 196 unsigned chunked:1;
194 unsigned header_only:1; 197 unsigned header_only:1;
195 unsigned keepalive:1; 198 unsigned keepalive:1;
196 unsigned lingering_close:1; 199 unsigned lingering_close:1;