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 2021/02/12 01:29:51 UTC

[trafficserver] branch master updated (c87c650 -> 55439ff)

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

masaori pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from c87c650  Add Outbound PROXY Protocol (v1/v2) Support (#7446)
     add 55439ff  Add new log field for negotiated ALPN Protocol ID with the client (#7491)

No new revisions were added by this update.

Summary of changes:
 doc/admin-guide/logging/formatting.en.rst |  2 ++
 iocore/net/P_ALPNSupport.h                | 20 ++++++++++++++++++++
 iocore/net/QUICNetVConnection.cc          |  2 ++
 iocore/net/SSLNetVConnection.cc           |  2 ++
 proxy/http/HttpSM.cc                      |  2 ++
 proxy/http/HttpSM.h                       |  1 +
 proxy/http/Makefile.am                    |  2 +-
 proxy/logging/Log.cc                      |  5 +++++
 proxy/logging/LogAccess.cc                | 18 ++++++++++++++++++
 proxy/logging/LogAccess.h                 |  1 +
 10 files changed, 54 insertions(+), 1 deletion(-)