aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-11-12 14:23:18 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-11-12 14:23:18 +0000
commitbdc154bb739cd7fdcbcf6d258837e532bdc429b5 (patch)
treec5b813c4c69db51fc48d7b4b20fac72f8212f013 /src/http/ngx_http_request.h
parent0338645ecf8bad403869e41727dcf9b9ef72515e (diff)
downloadnginx-bdc154bb739cd7fdcbcf6d258837e532bdc429b5.tar.gz
nginx-bdc154bb739cd7fdcbcf6d258837e532bdc429b5.zip
r->chrome
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index ade15a50a..15c0eb94a 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -220,6 +220,7 @@ typedef struct {
unsigned msie6:1;
unsigned opera:1;
unsigned gecko:1;
+ unsigned chrome:1;
unsigned konqueror:1;
} ngx_http_headers_in_t;