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

Unified Diff: third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf

Issue 2167853003: [DevTools] Always report encodedDataLength in Network.ResponseReceived. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Quic Tests Created 4 years, 4 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/apache2-httpd-2.4.conf
diff --git a/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf b/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf
index 9e293d07eaab2c93f86b6589a6ff622b022c3a73..2d3a3113a3a1445b0a32b7de2f632cf1459f519d 100644
--- a/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf
+++ b/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.4.conf
@@ -1,11 +1,12 @@
+ServerTokens Prod
Mutex file:/tmp/WebKit
PidFile "/tmp/WebKit/httpd.pid"
ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
Timeout 300
KeepAlive On
-MaxKeepAliveRequests 100
-KeepAliveTimeout 15
+MaxKeepAliveRequests 999
+KeepAliveTimeout 999
MaxRequestWorkers 150
MaxConnectionsPerChild 100000

Powered by Google App Engine
This is Rietveld 408576698