You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2019/04/11 20:01:40 UTC

[trafficserver] branch 8.1.x updated (4734a95 -> 82eee33)

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a change to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 4734a95  Update documentation for SSL VERIFY hooks.
     new a8183f4  Fix a regression in the traffic_ctl host status subcommand.  Host statuses were not being found as the reason tag was left off.
     new 6f00118  Add history to HTTP/2
     new 5611b6b  Fixes some places where refactoring was not complete
     new 4f88d73  Doc: fix copy-paste leftover in ts.stat_find
     new c8a05ca  Doc: Changing volume.config invalidates the cache
     new 41abeb9  HostDB: cancel timeout on free
     new aa8af8a  Allows logging of negative values
     new 698a3af  Remove quotes from records.config documentation examples
     new 090791e  Don't allow header values to overflow into negative values
     new 24b2cae  Add nullptr check on ConfigProcessor::release()
     new 4c75fad  Fix compilation error in wccp
     new 015d23c  Normalize on negative value for milsetone metrics
     new 62c6f66  Doc: Add IPv6 CIDR Mask example
     new 82eee33  Adds a missing header field for the tcpinfo log

The 11293 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/admin-guide/files/records.config.en.rst        |   2 +-
 doc/admin-guide/files/volume.config.en.rst         |   5 +
 doc/admin-guide/monitoring/alarms.en.rst           |   2 +-
 doc/admin-guide/plugins/header_rewrite.en.rst      |   2 +
 doc/admin-guide/plugins/lua.en.rst                 |   2 +-
 doc/admin-guide/security/index.en.rst              |  14 +--
 .../admin-guide/files/records.config.en.po         |   2 +-
 .../api/functions/TSHttpOverridableConfig.en.po    |   4 -
 iocore/hostdb/HostDB.cc                            |   3 +
 lib/perl/lib/Apache/TS/AdminClient.pm              |   2 +-
 mgmt/ProxyConfig.cc                                |   2 +-
 plugins/tcpinfo/tcpinfo.cc                         |   2 +-
 proxy/HostStatus.h                                 |   2 +-
 proxy/hdrs/MIME.cc                                 | 121 ++++++++++++++-------
 proxy/hdrs/MIME.h                                  |  12 +-
 proxy/hdrs/test_mime.cc                            |  41 +++++++
 proxy/http2/Http2ClientSession.cc                  |  16 +++
 proxy/http2/Http2ClientSession.h                   |   6 +
 proxy/http2/Http2ConnectionState.cc                |  25 ++++-
 proxy/http2/Http2Stream.cc                         |  12 ++
 proxy/http2/Http2Stream.h                          |   3 +
 proxy/logging/LogAccess.cc                         |  42 ++++---
 src/traffic_ctl/host.cc                            |  19 ++--
 src/traffic_server/HostStatus.cc                   |   8 ++
 src/wccp/WccpLocal.h                               |   1 +
 tests/gold_tests/slow_post/slow_post.test.py       |   4 +-
 26 files changed, 253 insertions(+), 101 deletions(-)