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 baaf97c  Convert QUICAckFrame::store to to_io_buffer_block
     add 4938b7f  Make QUICFrame:to_io_buffer_block pure virtual
     add f3eb125  TS API - Adds the TSHttpTxnNextHopNameGet() function.
     add ab25905  Remove unnecesary function name on debug logs in 
SSLNetVConnection
     add a5577e2  Cleanup debug logs around SSLWriteBuffer
     add ee6df3d  fixed datatype in example plugin
     add 75283bc  Initialize EventIO
     add 88909bc  Add QUIC draft-20 support
     add ae7f512  Doc: Minor typo in CONTRIBUTING.md
     add 9772eb6  Add soft limit for HTTP Request URI and Header field length. 
Add a default body_factory template when rejecting a request that's too long
     add 1df0470  Preserve the raw log fields when wiping using case 
insensitive contains
     add e068b76  Add support for updating Container fields as well
     add fb35026  Merge branch 'master' into quic-latest

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                                    |  2 +-
 configs/body_factory/default/Makefile.am           |  3 +-
 ...#no_content_length => request#uri_len_too_long} |  6 +-
 doc/admin-guide/files/records.config.en.rst        | 14 ++++
 doc/admin-guide/monitoring/error-messages.en.rst   |  7 ++
 doc/admin-guide/plugins/lua.en.rst                 | 21 +++++
 ...drGet.en.rst => TSHttpTxnNextHopNameGet.en.rst} |  6 +-
 .../c-api/bnull_transform/bnull_transform.c        |  4 +-
 .../c-api/server_transform/server_transform.c      |  4 +-
 include/ts/ts.h                                    | 10 +++
 iocore/net/SSLNetVConnection.cc                    | 94 +++++++++++-----------
 iocore/net/quic/QUICFrame.cc                       | 24 +-----
 iocore/net/quic/QUICFrame.h                        |  3 +-
 iocore/net/quic/test/test_QUICLossDetector.cc      |  9 ++-
 mgmt/RecordsConfig.cc                              |  4 +
 plugins/lua/ts_lua_server_request.c                | 23 ++++++
 proxy/hdrs/HTTP.cc                                 | 19 +++--
 proxy/hdrs/HTTP.h                                  | 15 ++--
 proxy/hdrs/HdrTSOnly.cc                            |  6 +-
 proxy/hdrs/HdrTest.cc                              | 54 +++++++++++++
 proxy/hdrs/HdrTest.h                               |  1 +
 proxy/hdrs/MIME.cc                                 |  6 +-
 proxy/hdrs/MIME.h                                  |  9 ++-
 proxy/http/HttpConfig.cc                           |  6 ++
 proxy/http/HttpConfig.h                            |  3 +
 proxy/http/HttpSM.cc                               |  9 ++-
 proxy/http/HttpTransact.cc                         | 17 +++-
 proxy/logging/LogAccess.cc                         | 49 +++++++++++
 proxy/logging/LogAccess.h                          |  1 +
 proxy/logging/LogField.cc                          | 37 ++++++++-
 proxy/logging/LogField.h                           |  2 +
 proxy/logging/LogFilter.cc                         | 26 ++++--
 proxy/logging/LogFilter.h                          | 42 +++++-----
 src/traffic_server/InkAPI.cc                       | 17 ++++
 34 files changed, 413 insertions(+), 140 deletions(-)
 copy configs/body_factory/default/{request#no_content_length => 
request#uri_len_too_long} (59%)
 copy doc/developer-guide/api/functions/{TSHttpTxnNextHopAddrGet.en.rst => 
TSHttpTxnNextHopNameGet.en.rst} (88%)

Reply via email to