comparison src/http/ngx_http.h @ 74:17ab1af8c3dd

nginx-0.0.1-2003-04-11-20:01:14 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 11 Apr 2003 16:01:14 +0000
parents 59229033ae93
children fccdb921e8b8
comparison
equal deleted inserted replaced
73:4534060fde92 74:17ab1af8c3dd
146 146
147 ngx_str_t path; 147 ngx_str_t path;
148 int path_err; 148 int path_err;
149 149
150 unsigned proxy:1; 150 unsigned proxy:1;
151 unsigned cachable:1;
151 unsigned pipeline:1; 152 unsigned pipeline:1;
152 unsigned keepalive:1; 153 unsigned keepalive:1;
153 unsigned lingering_close:1; 154 unsigned lingering_close:1;
154 155
155 unsigned header_read:1; 156 unsigned header_read:1;