aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-07-30 06:20:06 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-07-30 06:20:06 +0000
commit6652cc596221b455ebe50cf77d5cc3a4116d5fa7 (patch)
treee2a873109464f5e8081aee0ec0da66c026950ba8 /src/http/ngx_http_request.h
parentc9468026e769cc38375030cdd33d540bdc8633d5 (diff)
downloadnginx-6652cc596221b455ebe50cf77d5cc3a4116d5fa7.tar.gz
nginx-6652cc596221b455ebe50cf77d5cc3a4116d5fa7.zip
Accept-Encoding refactoring: remove 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;