This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 786f0d2 if transaction status non-success, bypass intercept plugin
(#7724)
new ee3e488 Build the test library for tls_engine consistently (#7588)
new 4ef22b7 Use return values to fix ubuntu release build error (#7591)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
contrib/openssl/async_engine.c | 328 ++++++++++++++++----------------
tests/gold_tests/tls/tls_engine.test.py | 5 +-
tests/tools/plugins/Makefile.inc | 4 +
tests/tools/plugins/async_engine.c | 320 +++++++++++++++++++++++++++++++
4 files changed, 492 insertions(+), 165 deletions(-)
create mode 100644 tests/tools/plugins/async_engine.c