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/07/10 02:58:41 UTC

[trafficserver] branch quic-latest updated (eb40923 -> c444068)

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 eb40923  Fix QUICPath::operator==
     add 6cadf9d  More Autest cleanup
     add 206384e  Reverse internal order of HPACK Dynamic Table Entries
     add c843446  Remove unused LibBulkIO
     add d47faa5  Remove unused header file ink_inout.h
     add 50803ba  TSIOBufferReaderCopy: copy data from a reader to a fixed buffer.
     add eb87569  Separate out common header compression logic to hdrs directory
     add 8510a1c  Log H2 errors with the codes
     add c444068  Merge branch 'master' into quic-latest

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   1 +
 .../api/functions/TSIOBufferReader.en.rst          |  91 ++++++-----
 .../api/functions/TSSslClientCertUpdate.en.rst     |   4 +-
 include/ts/InkAPIPrivateIOCore.h                   |   1 -
 include/ts/ts.h                                    |   1 +
 include/tscore/ink_inout.h                         |  82 ----------
 iocore/eventsystem/IOBuffer.cc                     |   4 +-
 iocore/eventsystem/I_IOBuffer.h                    |   2 +-
 iocore/net/Makefile.am                             |   2 -
 iocore/net/P_InkBulkIO.h                           | 166 --------------------
 iocore/net/P_LibBulkIO.h                           | 172 ---------------------
 iocore/net/P_Net.h                                 |   1 -
 iocore/net/UnixUDPNet.cc                           |   2 -
 proxy/hdrs/Makefile.am                             |   2 +-
 proxy/http2/HPACK.cc                               |  81 +++++-----
 proxy/http2/HPACK.h                                |   2 +
 proxy/http2/HTTP2.h                                |   2 +-
 proxy/http2/Http2ConnectionState.cc                |   8 +-
 src/traffic_server/InkIOCoreAPI.cc                 |  10 +-
 .../chunked_encoding/chunked_encoding.test.py      |   2 -
 tests/gold_tests/continuations/double_h2.test.py   |   2 -
 .../gold_tests/continuations/openclose_h2.test.py  |   1 -
 tests/gold_tests/h2/h2disable.test.py              |   2 -
 tests/gold_tests/h2/http2.test.py                  |   2 -
 tests/gold_tests/h2/http2_priority.test.py         |   1 -
 tests/gold_tests/h2/httpbin.test.py                |   1 -
 tests/gold_tests/headers/hsts.test.py              |   1 -
 tests/gold_tests/headers/normalize_ae.test.py      |   5 +-
 tests/gold_tests/logging/ccid_ctid.test.py         |   1 -
 .../client_context_dump.test.py                    |  10 +-
 .../regex_revalidate/regex_revalidate.test.py      |   5 +-
 tests/gold_tests/pluginTest/slice/slice.test.py    |   5 +-
 .../pluginTest/slice/slice_error.test.py           |   5 +-
 .../pluginTest/test_hooks/test_hooks.test.py       |   2 -
 tests/gold_tests/pluginTest/tsapi/tsapi.test.py    |   2 -
 .../gold_tests/pluginTest/url_sig/url_sig.test.py  |   2 -
 tests/gold_tests/tls/tls.test.py                   |   2 -
 tests/gold_tests/tls/tls_client_cert.test.py       |   2 -
 tests/gold_tests/tls/tls_client_cert2.test.py      |   1 -
 .../tls/tls_client_cert_override.test.py           |   1 -
 tests/gold_tests/tls/tls_client_verify.test.py     |   1 -
 tests/gold_tests/tls/tls_client_verify2.test.py    |   1 -
 tests/gold_tests/tls/tls_client_versions.test.py   |   2 -
 tests/gold_tests/tls/tls_forward_nonhttp.test.py   |   2 -
 .../gold_tests/tls/tls_hooks_client_verify.test.py |   7 +-
 tests/gold_tests/tls/tls_hooks_verify.test.py      |   2 -
 tests/gold_tests/tls/tls_keepalive.test.py         |   2 -
 tests/gold_tests/tls/tls_ocsp.test.py              |   2 -
 tests/gold_tests/tls/tls_ticket.test.py            |   2 -
 tests/gold_tests/tls/tls_tunnel.test.py            |   2 -
 tests/gold_tests/tls/tls_tunnel_forward.test.py    |   2 -
 .../tls/tls_tunnel_plugin_rename.test.py           |   2 -
 tests/gold_tests/tls/tls_verify.test.py            |   2 -
 tests/gold_tests/tls/tls_verify2.test.py           |   2 -
 tests/gold_tests/tls/tls_verify3.test.py           |   2 -
 tests/gold_tests/tls/tls_verify_base.test.py       |   2 -
 .../gold_tests/tls/tls_verify_ca_override.test.py  |   2 -
 .../gold_tests/tls/tls_verify_not_pristine.test.py |   2 -
 tests/gold_tests/tls/tls_verify_override.test.py   |   2 -
 .../tls/tls_verify_override_base.test.py           |   2 -
 tests/gold_tests/tls_hooks/tls_hooks.test.py       |   2 -
 tests/gold_tests/tls_hooks/tls_hooks10.test.py     |   2 -
 tests/gold_tests/tls_hooks/tls_hooks11.test.py     |   2 -
 tests/gold_tests/tls_hooks/tls_hooks12.test.py     |   2 -
 tests/gold_tests/tls_hooks/tls_hooks13.test.py     |   2 -
 tests/gold_tests/tls_hooks/tls_hooks14.test.py     |   2 -
 tests/gold_tests/tls_hooks/tls_hooks15.test.py     |   2 -
 tests/gold_tests/tls_hooks/tls_hooks16.test.py     |   2 -
 tests/gold_tests/tls_hooks/tls_hooks17.test.py     |   2 -
 tests/gold_tests/tls_hooks/tls_hooks18.test.py     |   2 -
 tests/gold_tests/tls_hooks/tls_hooks2.test.py      |   2 -
 tests/gold_tests/tls_hooks/tls_hooks3.test.py      |   2 -
 tests/gold_tests/tls_hooks/tls_hooks4.test.py      |   2 -
 tests/gold_tests/tls_hooks/tls_hooks6.test.py      |   2 -
 tests/gold_tests/tls_hooks/tls_hooks7.test.py      |   2 -
 tests/gold_tests/tls_hooks/tls_hooks8.test.py      |   2 -
 tests/gold_tests/tls_hooks/tls_hooks9.test.py      |   2 -
 77 files changed, 127 insertions(+), 639 deletions(-)
 delete mode 100644 include/tscore/ink_inout.h
 delete mode 100644 iocore/net/P_InkBulkIO.h
 delete mode 100644 iocore/net/P_LibBulkIO.h