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/06/21 05:09:34 UTC

[trafficserver] branch quic-latest updated (23f13ac -> 306d8c3)

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 23f13ac  Catch up changes on master
     add 188879f  Update lua.en.rst
     add 397bfb9  Fix default logging.yaml with new format.
     add e51b6ef  Cleanup debug log in mime_hdr_describe
     add d3639e0  HTTP/2: increment write_vio.ndone by consumed size
     add 2047495  HTTP/2: cancel reading buffer when ATS received GOAWAY
     add 74d6588  HTTP/2: ignore unknown settings
     add e209bb1  use type info to assign an affinity thread
     add 06a8bc4  Replaces Emergency() with Error() when parsing these records.config values
     add de1ed04  cookie_remap plugin Au test case changes for compatability with PR 4964.
     add aa70b43  TS autest extension now auto selects both ssl and nonssl port
     add ef24634  Fix and reenable url_sig Au test.
     add b460616  Fix the number of net_connections_currently_open_stat error increase
     add 75e7fc3  Reenable redirect_actions Au test as it is working now.
     add ec99670  Merge branch 'master' into quic-latest
     add 306d8c3  Pad INITIAL frames

No new revisions were added by this update.

Summary of changes:
 configs/logging.yaml.default                       |  7 ++---
 doc/admin-guide/plugins/lua.en.rst                 | 21 +++++++++++++-
 iocore/eventsystem/I_EventProcessor.h              |  1 +
 iocore/eventsystem/P_UnixEventProcessor.h          | 25 ++++++++++++++++
 iocore/net/UnixNetProcessor.cc                     | 33 +++++++++-------------
 iocore/net/quic/QUICPadder.cc                      | 15 ++++------
 iocore/net/quic/QUICPadder.h                       |  2 +-
 proxy/hdrs/MIME.cc                                 |  2 +-
 proxy/http/HttpConfig.cc                           |  8 +++---
 proxy/http2/HTTP2.cc                               |  3 +-
 proxy/http2/Http2ClientSession.cc                  |  6 ++--
 proxy/http2/Http2ConnectionState.h                 |  2 +-
 proxy/http2/Http2Stream.cc                         |  4 +--
 src/traffic_server/InkAPI.cc                       |  1 -
 tests/README.md                                    |  7 +++--
 .../gold_tests/autest-site/trafficserver.test.ext  | 27 +++++++++++++++---
 tests/gold_tests/basic/basic-manager.test.py       |  6 ++--
 tests/gold_tests/basic/basic.test.py               |  6 ++--
 tests/gold_tests/basic/config.test.py              | 16 +++++------
 tests/gold_tests/basic/copy_config.test.py         | 22 +++++++--------
 .../chunked_encoding/chunked_encoding.test.py      |  3 +-
 tests/gold_tests/continuations/double.test.py      |  4 +--
 tests/gold_tests/continuations/double_h2.test.py   |  5 ++--
 .../gold_tests/continuations/openclose_h2.test.py  |  3 +-
 tests/gold_tests/headers/hsts.test.py              |  4 +--
 tests/gold_tests/logging/ccid_ctid.test.py         |  5 ++--
 .../cookie_remap/collapseslashes.test.py           |  3 +-
 .../pluginTest/cookie_remap/connector.test.py      |  3 +-
 .../pluginTest/cookie_remap/matrixparams.test.py   |  9 +++---
 .../pluginTest/cookie_remap/subcookie.test.py      |  9 +++---
 .../pluginTest/cookie_remap/substitute.test.py     |  3 +-
 .../pluginTest/sslheaders/sslheaders.test.py       |  6 ++--
 tests/gold_tests/pluginTest/url_sig/url_sig.gold   |  9 ------
 .../gold_tests/pluginTest/url_sig/url_sig.test.py  |  3 +-
 tests/gold_tests/redirect/redirect_actions.test.py |  1 -
 tests/gold_tests/tls/tls.test.py                   |  5 ++--
 tests/gold_tests/tls/tls_client_cert.test.py       |  5 ++--
 tests/gold_tests/tls/tls_client_cert2.test.py      |  3 +-
 .../tls/tls_client_cert_override.test.py           |  5 ++--
 tests/gold_tests/tls/tls_client_verify.test.py     |  5 ++--
 tests/gold_tests/tls/tls_client_verify2.test.py    |  5 ++--
 tests/gold_tests/tls/tls_client_versions.test.py   |  6 ++--
 tests/gold_tests/tls/tls_forward_nonhttp.test.py   |  8 ++----
 tests/gold_tests/tls/tls_hooks_verify.test.py      | 10 +++----
 tests/gold_tests/tls/tls_keepalive.test.py         |  7 ++---
 tests/gold_tests/tls/tls_ticket.test.py            | 10 +++----
 tests/gold_tests/tls/tls_tunnel.test.py            | 16 +++++------
 tests/gold_tests/tls/tls_tunnel_forward.test.py    |  6 ++--
 .../tls/tls_tunnel_plugin_rename.test.py           |  6 ++--
 tests/gold_tests/tls/tls_verify.test.py            |  5 ++--
 tests/gold_tests/tls/tls_verify2.test.py           |  5 ++--
 tests/gold_tests/tls/tls_verify3.test.py           |  5 ++--
 tests/gold_tests/tls/tls_verify_base.test.py       |  5 ++--
 .../gold_tests/tls/tls_verify_ca_override.test.py  |  7 ++---
 tests/gold_tests/tls/tls_verify_override.test.py   |  7 ++---
 .../tls/tls_verify_override_base.test.py           |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks.test.py       |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks10.test.py     |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks11.test.py     |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks12.test.py     |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks13.test.py     |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks14.test.py     |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks15.test.py     |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks16.test.py     |  5 ++--
 tests/gold_tests/tls_hooks/tls_hooks17.test.py     |  5 ++--
 tests/gold_tests/tls_hooks/tls_hooks18.test.py     |  5 ++--
 tests/gold_tests/tls_hooks/tls_hooks2.test.py      |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks3.test.py      |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks4.test.py      |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks6.test.py      |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks7.test.py      |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks8.test.py      |  7 ++---
 tests/gold_tests/tls_hooks/tls_hooks9.test.py      |  7 ++---
 tests/tools/plugins/ssl_hook_test.cc               | 18 ++++++------
 74 files changed, 272 insertions(+), 281 deletions(-)