You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/10/17 15:33:22 UTC

[trafficserver] branch master updated (b93900b -> 6e10cdc)

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

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


    from b93900b  Rename IpEndpoint member functions named port() to network_order_port(). (#8421)
     add 6e10cdc  Refactors and promotes the Txn Control mechanism with Get() and Set() (#8428)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   2 +
 ...HdrReasonLookup.en.rst => TSHttpTxnCntl.en.rst} |  12 ++-
 .../{TSRecordType.en.rst => TSHttpCntlType.en.rst} |  39 ++++----
 include/ts/apidefs.h.in                            |  11 +++
 include/ts/experimental.h                          |  17 ----
 include/ts/ts.h                                    |   6 ++
 plugins/cache_promote/cache_promote.cc             |   2 +-
 .../cache_range_requests/cache_range_requests.cc   |   8 +-
 plugins/esi/combo_handler.cc                       |   4 +-
 plugins/esi/serverIntercept.cc                     |   4 +-
 plugins/experimental/acme/acme.c                   |   2 +-
 plugins/experimental/cache_fill/cache_fill.cc      |   2 +-
 plugins/experimental/mysql_remap/mysql_remap.cc    |   2 +-
 plugins/experimental/slice/slice.cc                |   8 +-
 plugins/experimental/tls_bridge/tls_bridge.cc      |   2 +-
 plugins/header_rewrite/operators.cc                |   4 +-
 plugins/healthchecks/healthchecks.c                |   2 +-
 plugins/lua/ts_lua_http.c                          |   4 +-
 plugins/lua/ts_lua_http_cntl.c                     |  21 +++--
 plugins/lua/ts_lua_http_config.c                   |   2 +-
 plugins/stats_over_http/stats_over_http.c          |   2 +-
 plugins/xdebug/xdebug.cc                           |   8 +-
 src/traffic_server/InkAPI.cc                       | 105 +++++++++++++--------
 src/traffic_server/InkAPITest.cc                   |  12 +--
 src/tscpp/api/Transaction.cc                       |   2 +-
 25 files changed, 160 insertions(+), 123 deletions(-)
 copy doc/developer-guide/api/functions/{TSHttpHdrReasonLookup.en.rst => TSHttpTxnCntl.en.rst} (62%)
 copy doc/developer-guide/api/types/{TSRecordType.en.rst => TSHttpCntlType.en.rst} (51%)