diff src/http/ngx_http_request.h @ 3978:6b608bf9f3ae

Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzip
author Igor Sysoev <igor@sysoev.ru>
date Sat, 30 Jul 2011 06:20:06 +0000
parents de59ad6bf557
children 91874133fb27 4919fb357a5d
line wrap: on
line diff
--- 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;