diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-19 18:27:00 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-19 18:27:00 +0000 |
commit | a2c81197b55c031741646dc24b3a2a3b5f3a6f5d (patch) | |
tree | 9eeef31cad8f37e7a311cd1f0402578f6cc57fa3 /src/http/ngx_http_request.c | |
parent | 307c3add7877ed447767be2381dd887c6699d7c6 (diff) | |
download | nginx-a2c81197b55c031741646dc24b3a2a3b5f3a6f5d.tar.gz nginx-a2c81197b55c031741646dc24b3a2a3b5f3a6f5d.zip |
nginx-0.0.11-2004-09-19-22:27:00 import
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r-- | src/http/ngx_http_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c index 70f9955ac..bc2102181 100644 --- a/src/http/ngx_http_request.c +++ b/src/http/ngx_http_request.c @@ -1153,7 +1153,7 @@ static ngx_int_t ngx_http_process_request_header(ngx_http_request_t *r) if (!r->headers_in.msie && !r->headers_in.opera) { - if (ngx_strstr(user_agent, "Gecko")) { + if (ngx_strstr(user_agent, "Gecko/")) { r->headers_in.gecko = 1; } else if (ngx_strstr(user_agent, "Konqueror")) { |