You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/05/22 00:11:32 UTC

[10/12] git commit: Updated with default changes

Updated with default changes


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ce5c8219
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ce5c8219
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ce5c8219

Branch: refs/heads/master
Commit: ce5c82193ab8687462d81189092959bee58588b4
Parents: 8240153
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed May 21 15:44:17 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed May 21 16:10:49 2014 -0600

----------------------------------------------------------------------
 CHANGES | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ce5c8219/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 3bc00cc..4dcbe4f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,22 @@ Changes with Apache Traffic Server 5.0.0
   *) [TS-2274] Minimize the default records.config, and also fix a number of
    inconsistencies and missing configs in RecordsConfig.cc. This is as per
    discussions on IRC etc. I have verified that traffic_line -m reports the
-   same internal values for all configs before and after this change.
+   same internal values for all configs before and after this change. In
+   addition, the following defaults are changing:
+
+      - proxy.config.url_remap.pristine_host_hdr -> 0
+      - proxy.config.http.normalize_ae_gzip -> 1
+      - proxy.config.http.cache.ignore_client_cc_max_age -> 1
+      - proxy.config.http.background_fill_active_timeout -> 0
+      - proxy.config.http.background_fill_completed_threshold -> 0.0
+      - proxy.config.cache.enable_read_while_writer -> 1
+      - proxy.config.net.sock_send_buffer_size_in -> 0
+      - proxy.config.cache.permit.pinning -> 1
+      - proxy.config.diags.show_location -> 1
+      - proxy.config.dns.round_robin_nameservers -> 1
+      - proxy.config.http.connect_ports -> 443
+      - proxy.config.log.custom_logs_enabled -> 1
+      - proxy.config.spdy.client.max_concurrent_streams -> 100
 
   *) [TS-2824] Revert TS-2592.