You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2023/09/26 19:40:20 UTC

[trafficserver] branch master updated (38a247671f -> 63b4f0937c)

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

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


    from 38a247671f Coverity 1518592: check cachekey valid (#10491)
     add 63b4f0937c Add TS_HTTP_TUNNEL_START_HOOK and TSHttpTxnTypeGet API (#10308)

No new revisions were added by this update.

Summary of changes:
 ...tpHdrTypeGet.en.rst => TSHttpTxnTypeGet.en.rst} |   7 +-
 .../{TSRecordType.en.rst => TSTxnType.en.rst}      |  27 ++--
 .../hooks-and-transactions/adding-hooks.en.rst     |   6 +
 include/ts/apidefs.h.in                            |   9 ++
 include/ts/ts.h                                    |  10 ++
 proxy/ProxySession.cc                              |   1 +
 proxy/http/HttpDebugNames.cc                       |   7 +
 proxy/http/HttpSM.cc                               |  10 +-
 proxy/http/HttpTransact.h                          |   1 +
 src/api/InkAPI.cc                                  |  18 +++
 src/api/InkAPITest.cc                              |   1 +
 tests/gold_tests/tunnel/txn_type.test.py           | 169 +++++++++++++++++++++
 tests/tools/plugins/CMakeLists.txt                 |   1 +
 tests/tools/plugins/Makefile.inc                   |   3 +
 tests/tools/plugins/hook_tunnel_plugin.cc          | 104 +++++++++++++
 15 files changed, 356 insertions(+), 18 deletions(-)
 copy doc/developer-guide/api/functions/{TSHttpHdrTypeGet.en.rst => TSHttpTxnTypeGet.en.rst} (89%)
 copy doc/developer-guide/api/types/{TSRecordType.en.rst => TSTxnType.en.rst} (60%)
 create mode 100644 tests/gold_tests/tunnel/txn_type.test.py
 create mode 100644 tests/tools/plugins/hook_tunnel_plugin.cc