From 6652cc596221b455ebe50cf77d5cc3a4116d5fa7 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 30 Jul 2011 06:20:06 +0000 Subject: Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzip --- src/http/ngx_http_request.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http/ngx_http_request.h') 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; -- cgit