aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-17 16:07:35 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-09-17 16:07:35 +0000
commit307c3add7877ed447767be2381dd887c6699d7c6 (patch)
tree81d7591f4bdf604e66c19fb36cd96409fd85b9a6 /src/http/ngx_http_request.h
parent95d00c435ace44f782bbb70dd5eac7fb1f9b8610 (diff)
downloadnginx-307c3add7877ed447767be2381dd887c6699d7c6.tar.gz
nginx-307c3add7877ed447767be2381dd887c6699d7c6.zip
nginx-0.0.11-2004-09-17-20:07:35 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 4a579ce83..aafabbea3 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -149,6 +149,8 @@ typedef struct {
unsigned msie:1;
unsigned msie4:1;
unsigned opera:1;
+ unsigned gecko:1;
+ unsigned konqueror:1;
} ngx_http_headers_in_t;