diff src/http/ngx_http_request.h @ 418:c65888a079bf

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 Sep 2008 15:59:08 +0400
parents ccd136b40665 6ebbca3d5ed7
children 44a61c599bb2
line wrap: on
line diff
--- 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;