diff src/http/ngx_http_request.h @ 3419:fcd72b8d69f3

disable keepalive for Safari: https://bugs.webkit.org/show_bug.cgi?id=5760
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Feb 2010 12:01:01 +0000
parents 42c16d8bddbe
children 84905c7b2aa7
line wrap: on
line diff
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -220,6 +220,7 @@ typedef struct {
     unsigned                          opera:1;
     unsigned                          gecko:1;
     unsigned                          chrome:1;
+    unsigned                          safari:1;
     unsigned                          konqueror:1;
 } ngx_http_headers_in_t;