You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2019/09/06 02:20:56 UTC

[trafficserver] branch quic-latest updated (5c7b68a -> 5b04932)

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

maskit pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 5c7b68a  Send PreferredAddress only if necessary
     add 5ec8112  Provide stats for the recently introduced HTTP/2 rate limits
     add 45592cf  pipe buffer size for log.pipe should be configurable
     add 8e4776c  address review comments
     add a1e6f5e  Add helper functions to apply api timeouts consistently.
     add 5cb4b31  Doc: Guide to remap plugin API.
     add 91c37b0  Add implementation for TextView::rtrim(char const*)
     add f2ebbce  Allow disabling HTTP/2 priority frames limit
     add 6751fd0  Add unit tests for MIOBuffer:write()
     add 9de4f24  Update Server IP in Transaction when attaching a session from the pool
     add 92d4ef1  Check F_GETPIPE_SZ is defined to fix macOS build
     add 5b04932  Merge branch 'master' into quic-latest

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/files/records.config.en.rst        |   4 +-
 doc/admin-guide/logging/destinations.en.rst        |   3 +
 doc/admin-guide/logging/examples.en.rst            |  20 +++
 .../statistics/core/http-connection.en.rst         |  42 ++++++
 doc/developer-guide/api/functions/TSRemap.en.rst   |  16 ++-
 doc/developer-guide/api/functions/TSTypes.en.rst   |  40 ++++++
 doc/developer-guide/plugins/index.en.rst           |   1 +
 doc/developer-guide/plugins/remap-plugins.en.rst   | 148 +++++++++++++++++++
 include/tscpp/util/TextView.h                      |   6 +
 iocore/eventsystem/unit_tests/test_IOBuffer.cc     | 159 ++++++++++++++++++---
 proxy/http/HttpSM.cc                               | 102 ++++++++-----
 proxy/http/HttpSM.h                                |   4 +
 proxy/http2/HTTP2.cc                               |  21 +++
 proxy/http2/HTTP2.h                                |   6 +
 proxy/http2/Http2ConnectionState.cc                |  17 ++-
 proxy/logging/LogFile.cc                           |  30 +++-
 proxy/logging/LogFile.h                            |   3 +-
 proxy/logging/LogObject.cc                         |  12 +-
 proxy/logging/LogObject.h                          |   5 +-
 proxy/logging/YamlLogConfig.cc                     |  23 ++-
 20 files changed, 584 insertions(+), 78 deletions(-)
 create mode 100644 doc/developer-guide/plugins/remap-plugins.en.rst