Add TS-3480, fix indentation on others.
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/07f70719 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/07f70719 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/07f70719 Branch: refs/heads/master Commit: 07f707195b37c8f14091301b7f7443e86e79062e Parents: d38fc0a Author: Leif Hedstrom <[email protected]> Authored: Tue Apr 7 14:50:23 2015 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Tue Apr 7 14:52:18 2015 -0600 ---------------------------------------------------------------------- CHANGES | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/07f70719/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 5773407..5f0dbe9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,17 +1,21 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 6.0.0 + *) [TS-3480] Large stream id cause PROTOCOL_ERROR. + Author: Ryo Okubo <[email protected]>. + *) [TS-3504] Only read "proxy.config.cache.ram_cache.use_seen_filter" once. Do not set up a callback. - *) [TS-3503] Add ua_first_read to milestones to track when the first byte was - read from the client + *) [TS-3503] Add ua_first_read to milestones to track when the first byte + was read from the client. - *) [TS-3450]: rename header_rewrite condition INTERNAL-TRANSACTION as INTERNAL-TXN - in-line with the changes in [TS-3449] + *) [TS-3450]: rename header_rewrite condition INTERNAL-TRANSACTION as + INTERNAL-TXN in-line with the changes in [TS-3449]. *) [TS-3449]: Deprecate TSHttpIsInternalRequest and TSHttpIsInternalSession - and replace them with TSHttpTxnIsInternal, TSHttpSsnIsInternal respectively + and replace them with TSHttpTxnIsInternal, TSHttpSsnIsInternal + respectively. *) [TS-3475] Add a few records.config options for controlling the HTTP/2 SETTINGS. Thanks to Masakazu for all the reviews and additions.
