diff src/http/ngx_http_request.h @ 425:3ff402661f4c

Merge with nginx 0.7.13.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 01 Sep 2008 04:43:15 +0400
parents 6ebbca3d5ed7
children b246022ef454
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;