Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf

Issue 2167853003: [DevTools] Always report encodedDataLength in Network.ResponseReceived. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf
diff --git a/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf b/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf
index 0383c489cea0a184e2ad7765cd7eea12dcc1f869..3411b8d8b2c9e8cea9bf748177fe5a60a5eeeda9 100644
--- a/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf
+++ b/third_party/WebKit/LayoutTests/http/conf/redhat-httpd-2.2.conf
@@ -1,4 +1,4 @@
-ServerTokens OS
+ServerTokens Prod
ServerRoot "/etc/httpd"
LockFile "/tmp/WebKit/httpd.lock"
@@ -7,8 +7,9 @@ ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
Timeout 300
KeepAlive On
-MaxKeepAliveRequests 100
-KeepAliveTimeout 15
+# Setting this value too low may change header size sometimes making flakey tests.
+MaxKeepAliveRequests 0
+KeepAliveTimeout 9999
MinSpareServers 1
MaxSpareServers 5

Powered by Google App Engine
This is Rietveld 408576698