This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.
from 81f0c9d Fixed build issues on macOS after 0-RTT merge
new 604eb11 Fix some long lines and reduntant plugin_config SO additions.
new fd2ce74 Fix problems with "Probe" option for X-Debug MIME header
field. (#6197)
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:
plugins/xdebug/Cleanup.h | 186 ++++++++++++
plugins/xdebug/Makefile.inc | 4 +-
plugins/xdebug/xdebug.cc | 69 +++--
plugins/xdebug/xdebug_transforms.cc | 44 +--
tests/gold_tests/headers/syntax.test.py | 10 +-
.../pluginTest/cert_update/cert_update.test.py | 4 -
tests/gold_tests/pluginTest/xdebug/x_remap/four.in | 3 +-
tests/gold_tests/pluginTest/xdebug/x_remap/fwd1.in | 3 +-
tests/gold_tests/pluginTest/xdebug/x_remap/fwd2.in | 3 +-
tests/gold_tests/pluginTest/xdebug/x_remap/fwd3.in | 3 +-
tests/gold_tests/pluginTest/xdebug/x_remap/fwd4.in | 3 +-
tests/gold_tests/pluginTest/xdebug/x_remap/fwd5.in | 3 +-
tests/gold_tests/pluginTest/xdebug/x_remap/none.in | 3 +-
tests/gold_tests/pluginTest/xdebug/x_remap/one.in | 3 +-
.../gold_tests/pluginTest/xdebug/x_remap/out.gold | 315 ++++++++++++++++++++-
.../gold_tests/pluginTest/xdebug/x_remap/three.in | 3 +-
tests/gold_tests/pluginTest/xdebug/x_remap/two.in | 3 +-
.../pluginTest/xdebug/x_remap/x_remap.gold | 6 +-
.../pluginTest/xdebug/x_remap/x_remap.test.py | 5 +-
tests/gold_tests/remap/remap_http.test.py | 12 +-
tests/gold_tests/remap/remap_https.test.py | 6 +-
tests/gold_tests/slow_post/slow_post.test.py | 3 -
22 files changed, 595 insertions(+), 99 deletions(-)
create mode 100644 plugins/xdebug/Cleanup.h