diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-08-26 15:09:28 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-26 15:09:28 +0000 |
| commit | 54477e417a9b571b970dd43b62672fac28a267ee (patch) | |
| tree | 5e0ea8ca59fab5332442804017a6d119bc444801 /src/http/ngx_http_request.h | |
| parent | 333723e0012e33fda92dfff420e2f917f8988318 (diff) | |
| download | nginx-54477e417a9b571b970dd43b62672fac28a267ee.tar.gz nginx-54477e417a9b571b970dd43b62672fac28a267ee.tar.bz2 | |
gzip_disable msie6
Diffstat (limited to 'src/http/ngx_http_request.h')
| -rw-r--r-- | src/http/ngx_http_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 034da1cd5..636839805 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -214,6 +214,7 @@ typedef struct { unsigned connection_type:2; unsigned msie:1; unsigned msie4:1; + unsigned msie6:1; unsigned opera:1; unsigned gecko:1; unsigned konqueror:1; |
