Repository: trafficserver Updated Branches: refs/heads/master 5cfbc2ec8 -> 0484b3009
Fix line lengths. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0484b300 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0484b300 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/0484b300 Branch: refs/heads/master Commit: 0484b3009ba31b3ee9f42181986117fbbdf69e2d Parents: 5cfbc2e Author: Leif Hedstrom <[email protected]> Authored: Thu Jan 29 19:14:18 2015 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Thu Jan 29 19:14:18 2015 -0700 ---------------------------------------------------------------------- CHANGES | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0484b300/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 4353c8f..545ae80 100644 --- a/CHANGES +++ b/CHANGES @@ -3,17 +3,21 @@ Changes with Apache Traffic Server 5.3.0 *) [TS-3349] Add DscpSet API's. - *) [TS-3344] 401 responses invalidate cache entry even if TSHttpTxnServerRespIgnore() used + *) [TS-3344] 401 responses invalidate cache entry even if + TSHttpTxnServerRespIgnore() used. - *) [TS-3339] Multithread access to PluginVC can cause crash due to unprotected check of shutdown/close + *) [TS-3339] Multithread access to PluginVC can cause crash due to + unprotected check of shutdown/close. *) [TS-3300] Add a @internal ACL filter. - *) [TS-2884] TSActionCancel() on TSNetAccept() causes spinning thread + *) [TS-2884] TSActionCancel() on TSNetAccept() causes spinning thread. - *) [TS-3324] If a chunked fetch from origin dies due to inactivity timeout, truncated cache entry can be created + *) [TS-3324] If a chunked fetch from origin dies due to inactivity timeout, + truncated cache entry can be created. - *) [TS-3325] TSHttpTxnConfigIntSet(txn, TS_CONFIG_HTTP_CACHE_HTTP, 0) can crash + *) [TS-3325] TSHttpTxnConfigIntSet(txn, TS_CONFIG_HTTP_CACHE_HTTP, 0) can + crash. *) [TS-3338] Update the list of gauges in the epic plugin.
