Repository: trafficserver Updated Branches: refs/heads/master be1ba3bee -> 9dd8871da
TS-3276: Fix cache backwards compatibility issue. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9dd8871d Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9dd8871d Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9dd8871d Branch: refs/heads/master Commit: 9dd8871dae426a856b659b5a38f32c640494e94b Parents: be1ba3b Author: Alan M. Carroll <[email protected]> Authored: Thu Jan 8 18:00:21 2015 -0600 Committer: Alan M. Carroll <[email protected]> Committed: Thu Jan 8 18:07:14 2015 -0600 ---------------------------------------------------------------------- CHANGES | 2 ++ proxy/hdrs/URL.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9dd8871d/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 3b06244..affc772 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 5.3.0 + *) [TS-3276] Fix cache backwards compatibility issue. + *) [TS-3219] Create WCCP client process. *) [TS-3272] Fix to ensure that SSL_SNI callback only called when state http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9dd8871d/proxy/hdrs/URL.cc ---------------------------------------------------------------------- diff --git a/proxy/hdrs/URL.cc b/proxy/hdrs/URL.cc index 2950440..f92d003 100644 --- a/proxy/hdrs/URL.cc +++ b/proxy/hdrs/URL.cc @@ -97,7 +97,7 @@ int url_hash_method = 0; /*------------------------------------------------------------------------- -------------------------------------------------------------------------*/ -URLHashContext::HashType URLHashContext::Setting = URLHashContext::MMH; +URLHashContext::HashType URLHashContext::Setting = URLHashContext::MD5; URLHashContext::URLHashContext() { switch (Setting) {
