Index: third_party/WebKit/LayoutTests/http/conf/win-httpd.conf |
diff --git a/third_party/WebKit/LayoutTests/http/conf/win-httpd.conf b/third_party/WebKit/LayoutTests/http/conf/win-httpd.conf |
index f8fd459f5b5380965e47296efe4ce2565f0f18aa..7bf48f1f7669b6ffa61f6f260d7873e5f5294fb3 100644 |
--- a/third_party/WebKit/LayoutTests/http/conf/win-httpd.conf |
+++ b/third_party/WebKit/LayoutTests/http/conf/win-httpd.conf |
@@ -1,7 +1,9 @@ |
+ServerTokens Prod |
Timeout 300 |
KeepAlive On |
-MaxKeepAliveRequests 100 |
-KeepAliveTimeout 15 |
+# Setting this value too low may change header size sometimes making flakey tests. |
+MaxKeepAliveRequests 9999 |
+KeepAliveTimeout 999 |
LoadModule alias_module modules/mod_alias.so |
LoadModule asis_module modules/mod_asis.so |