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

Unified Diff: third_party/WebKit/LayoutTests/http/conf/apache2-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: 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.2.conf
diff --git a/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf b/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf
index 9a95992d10762b6957f69b27891ba3ddeebcdf72..da6b3ad767a09fe539cd6220b12b81b5ec875ad8 100644
--- a/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf
+++ b/third_party/WebKit/LayoutTests/http/conf/apache2-httpd-2.2.conf
@@ -1,10 +1,11 @@
+ServerTokens Prod
LockFile "/tmp/WebKit/httpd.lock"
ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
Timeout 300
KeepAlive On
-MaxKeepAliveRequests 100
-KeepAliveTimeout 15
+MaxKeepAliveRequests 999
Adam Rice 2016/09/01 08:57:28 I'm not sure this solves the problem of Apache sen
allada 2016/09/07 06:01:12 A quick search found apx 4.2k (some may have multi
Adam Rice 2016/09/07 06:35:52 MaxKeepAliveRequests 0 seems to work. "0" means u
+KeepAliveTimeout 999
MaxClients 150
MaxRequestsPerChild 100000

Powered by Google App Engine
This is Rietveld 408576698