diff src/http/ngx_http_request.c @ 430:1fa5daf7558e

nginx-0.0.11-2004-09-19-22:27:00 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 19 Sep 2004 18:27:00 +0000
parents 694cd6cdb714
children 11362a3e3911
line wrap: on
line diff
--- 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_reques
 
         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")) {