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

Side by Side 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 unified diff | Download patch
OLDNEW
1 ServerTokens Prod
1 Timeout 300 2 Timeout 300
2 KeepAlive On 3 KeepAlive On
3 MaxKeepAliveRequests 100 4 # Setting this value too low may change header size sometimes making flakey test s.
4 KeepAliveTimeout 15 5 MaxKeepAliveRequests 0
6 KeepAliveTimeout 9999
5 7
6 LoadModule alias_module modules/mod_alias.so 8 LoadModule alias_module modules/mod_alias.so
7 LoadModule asis_module modules/mod_asis.so 9 LoadModule asis_module modules/mod_asis.so
8 LoadModule authz_host_module modules/mod_authz_host.so 10 LoadModule authz_host_module modules/mod_authz_host.so
9 LoadModule autoindex_module modules/mod_autoindex.so 11 LoadModule autoindex_module modules/mod_autoindex.so
10 LoadModule cgi_module modules/mod_cgi.so 12 LoadModule cgi_module modules/mod_cgi.so
11 LoadModule headers_module modules/mod_headers.so 13 LoadModule headers_module modules/mod_headers.so
12 LoadModule log_config_module modules/mod_log_config.so 14 LoadModule log_config_module modules/mod_log_config.so
13 LoadModule mime_module modules/mod_mime.so 15 LoadModule mime_module modules/mod_mime.so
14 LoadModule php5_module modules/php5apache2_2.dll 16 LoadModule php5_module modules/php5apache2_2.dll
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 Order allow,deny 136 Order allow,deny
135 Deny from all 137 Deny from all
136 Satisfy All 138 Satisfy All
137 </Files> 139 </Files>
138 140
139 <Directory ~ ".*\.\.namedfork"> 141 <Directory ~ ".*\.\.namedfork">
140 Order allow,deny 142 Order allow,deny
141 Deny from all 143 Deny from all
142 Satisfy All 144 Satisfy All
143 </Directory> 145 </Directory>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698