diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-11-12 14:23:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-12 14:23:18 +0000 |
commit | bdc154bb739cd7fdcbcf6d258837e532bdc429b5 (patch) | |
tree | c5b813c4c69db51fc48d7b4b20fac72f8212f013 /src/http/ngx_http_request.h | |
parent | 0338645ecf8bad403869e41727dcf9b9ef72515e (diff) | |
download | nginx-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.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 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; |