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

Unified Diff: third_party/WebKit/LayoutTests/http/conf/win-httpd.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/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..0d941a0265415d4f06929fba2f2665c9e9792729 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 0
+KeepAliveTimeout 9999
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so

Powered by Google App Engine
This is Rietveld 408576698