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

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

commit 53a5fd81b2940ffed9db2b49d0e5fbfd5491678e
Merge: a2be490 2bea8ce
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Nov 7 16:42:11 2017 -0700

    Merge branch 'master' into quic-latest
    
    * master:
      coverity 1021700: Uninitialized pointer field
      lib/ts/ink_sys_control: work around a glibc'ism
      lib/ts/ink_{defs,error}: modify imports
      lib/ts/ts_error.h: define throw
      Move Brotli library check into the library check section CFLAGS is 
getting set the default -g -O2.  When optimization is set on CFLAGS or 
CXXFLAGS, optimization will not be added to the flags.
      Single nameserver failover in DNSHandler
      Delete H2 stream before destroy
      TS-5057: Add 103 Early Hints support
      Add flag to ignore out of bounds compile error for test
      iocore/dns: switch data-type to unsigned
      bug fix: timeout argument not being used
      Format some test file with autopep8 remove annoying print message that 
was added by mistake to the microserver extension fix syntax issue with double 
and txn that cause it to fail on different OS linux systems add some conditions 
for netstat  existance
      Fix #2761. NetHandler needs to be initialized
      API for retrieving TSVConn from TSHttpSsn
      Fix logic for loading config file for url_sig plugin.
      Remove MIOBufferWriter unit tests that throw exceptions.
      Strict checks of RFC7540 8.1.2.2.

 configure.ac                                       | 14 ++--
 doc/developer-guide/api/functions/TSVConn.en.rst   | 40 +++++++++
 doc/developer-guide/api/types/TSHttpStatus.en.rst  |  2 +
 iocore/dns/DNS.cc                                  | 18 ++--
 iocore/dns/DNSConnection.cc                        |  1 +
 .../eventsystem/unit-tests/test_MIOBufferWriter.cc | 24 +-----
 iocore/net/P_UnixNet.h                             |  3 +-
 iocore/net/UnixNet.cc                              | 18 ++--
 lib/cppapi/include/atscppapi/HttpStatus.h          |  1 +
 lib/ts/Makefile.am                                 |  1 +
 lib/ts/apidefs.h.in                                |  1 +
 lib/ts/ink_defs.cc                                 |  1 -
 lib/ts/ink_error.h                                 |  6 ++
 lib/ts/ink_sys_control.cc                          |  2 +-
 lib/ts/mkdfa.c                                     |  1 +
 plugins/experimental/url_sig/url_sig.c             | 10 ++-
 proxy/InkAPI.cc                                    | 14 ++++
 proxy/InkAPITest.cc                                | 14 +++-
 proxy/api/ts/ts.h                                  |  3 +
 proxy/congest/CongestionTest.cc                    | 24 +++---
 proxy/hdrs/HTTP.cc                                 |  1 +
 proxy/hdrs/HTTP.h                                  |  1 +
 proxy/http/HttpTransact.cc                         |  3 +-
 proxy/http2/HTTP2.cc                               |  6 +-
 proxy/http2/Http2Stream.cc                         | 19 +++--
 proxy/http2/Http2Stream.h                          |  1 +
 tests/gold_tests/autest-site/microserver.test.ext  | 97 ++++++++++++----------
 tests/gold_tests/continuations/double.test.py      |  2 +-
 tests/gold_tests/headers/forwarded.test.py         | 27 ++++--
 tests/gold_tests/headers/normalize_ae.test.py      | 16 +++-
 tests/gold_tests/headers/via.test.py               |  3 +-
 tests/gold_tests/logging/ccid_ctid.test.py         |  6 +-
 tests/gold_tests/transaction/txn.test.py           |  2 +-
 33 files changed, 255 insertions(+), 127 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>.

Reply via email to