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/11 23:26:45 UTC

[trafficserver] branch master updated (5528ab6 -> c87c650)

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 5528ab6  Updates the Dockerfile for debian (#7518)
     add c87c650  Add Outbound PROXY Protocol (v1/v2) Support (#7446)

No new revisions were added by this update.

Summary of changes:
 .../configuration/proxy-protocol.en.rst            | 16 ++++---
 doc/admin-guide/files/records.config.en.rst        | 15 ++++++
 include/ts/apidefs.h.in                            |  1 +
 iocore/net/I_NetVConnection.h                      |  4 ++
 iocore/net/P_NetVConnection.h                      | 21 ++++++++
 iocore/net/SSLNetVConnection.cc                    | 29 +++++++++++
 mgmt/RecordsConfig.cc                              |  2 +
 plugins/lua/ts_lua_http_config.c                   |  2 +
 proxy/http/HttpConfig.cc                           |  3 ++
 proxy/http/HttpConfig.h                            |  1 +
 proxy/http/HttpSM.cc                               | 56 ++++++++++++++++++++--
 src/shared/overridable_txn_vars.cc                 |  1 +
 src/traffic_server/InkAPI.cc                       |  3 ++
 src/traffic_server/InkAPITest.cc                   |  1 +
 14 files changed, 145 insertions(+), 10 deletions(-)