aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-08-29 10:39:23 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-08-29 10:39:23 +0000
commit1a6c657f773ac1092e4e8da365e7d179f8bb283c (patch)
treeb3f8f60e0b5e9bd97fe1fd63ef381c44880bf0a9 /src/http/ngx_http_request.h
parentee25a6384c742f9ad8bb0e8c41fa0223c10d09d2 (diff)
downloadnginx-1a6c657f773ac1092e4e8da365e7d179f8bb283c.tar.gz
nginx-1a6c657f773ac1092e4e8da365e7d179f8bb283c.zip
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
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index c20810ed5..6198d7ef2 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -221,7 +221,6 @@ typedef struct {
unsigned connection_type:2;
unsigned msie:1;
- unsigned msie4:1;
unsigned msie6:1;
unsigned opera:1;
unsigned gecko:1;