comparison src/http/ngx_http_request.h @ 4040:0094c8636d5f stable-1.0

Merge of r3979, r3980, r3981, r3983, r3987, r3994, r3995: Accept-Encoding refactoring: *) "gzip; q=0" support *) and removal of ancient MSIE 4.x test for gzip
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Aug 2011 10:39:23 +0000
parents de59ad6bf557
children 91874133fb27 4919fb357a5d
comparison
equal deleted inserted replaced
4039:ee270f311dea 4040:0094c8636d5f
219 off_t content_length_n; 219 off_t content_length_n;
220 time_t keep_alive_n; 220 time_t keep_alive_n;
221 221
222 unsigned connection_type:2; 222 unsigned connection_type:2;
223 unsigned msie:1; 223 unsigned msie:1;
224 unsigned msie4:1;
225 unsigned msie6:1; 224 unsigned msie6:1;
226 unsigned opera:1; 225 unsigned opera:1;
227 unsigned gecko:1; 226 unsigned gecko:1;
228 unsigned chrome:1; 227 unsigned chrome:1;
229 unsigned safari:1; 228 unsigned safari:1;