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 9c4f847  Fixes memory leak in header_rewrite when GeoIP is used
     add 8e309ff  Add hooks for outbound TLS start and close.

No new revisions were added by this update.

Summary of changes:
 ...rFieldsClear.en.rst => TSNetInvokingGet.en.rst} |  11 +-
 doc/developer-guide/api/types/TSHttpHookID.en.rst  |   4 +
 .../hooks-and-transactions/ssl-hooks.en.rst        |  30 ++++-
 include/ts/apidefs.h.in                            |  11 +-
 include/ts/ts.h                                    |  10 ++
 iocore/net/P_SSLNetVConnection.h                   |  11 ++
 iocore/net/SSLNetVConnection.cc                    | 132 +++++++++++++++-----
 proxy/InkAPIInternal.h                             |   2 +
 proxy/http/HttpDebugNames.cc                       |   4 +
 src/traffic_server/InkAPI.cc                       |  28 +++++
 src/traffic_server/InkAPITest.cc                   |   6 +-
 .../tls_hooks/gold/ts-close-out-close.gold         |   3 +
 .../tls_hooks/gold/ts-out-delay-start-2.gold       |   5 +
 .../tls_hooks/gold/ts-out-start-close-2.gold       |   4 +
 tests/gold_tests/tls_hooks/tls_hooks10.test.py     |   7 --
 tests/gold_tests/tls_hooks/tls_hooks12.test.py     |  15 ---
 .../{tls_hooks2.test.py => tls_hooks13.test.py}    |  17 +--
 .../{tls_hooks2.test.py => tls_hooks14.test.py}    |  19 ++-
 .../{tls_hooks11.test.py => tls_hooks15.test.py}   |  12 +-
 tests/tools/plugins/ssl_hook_test.cc               | 134 ++++++++++++++++++++-
 20 files changed, 362 insertions(+), 103 deletions(-)
 copy doc/developer-guide/api/functions/{TSMimeHdrFieldsClear.en.rst => 
TSNetInvokingGet.en.rst} (76%)
 create mode 100644 tests/gold_tests/tls_hooks/gold/ts-close-out-close.gold
 create mode 100644 tests/gold_tests/tls_hooks/gold/ts-out-delay-start-2.gold
 create mode 100644 tests/gold_tests/tls_hooks/gold/ts-out-start-close-2.gold
 copy tests/gold_tests/tls_hooks/{tls_hooks2.test.py => tls_hooks13.test.py} 
(84%)
 copy tests/gold_tests/tls_hooks/{tls_hooks2.test.py => tls_hooks14.test.py} 
(84%)
 copy tests/gold_tests/tls_hooks/{tls_hooks11.test.py => tls_hooks15.test.py} 
(85%)

Reply via email to