This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 9ddf262451 TLS curve/group name logging for Ticket Resumption (#12393)
add 5619527402 esi: Add URL to many error messages (#12494)
No new revisions were added by this update.
Summary of changes:
plugins/esi/CMakeLists.txt | 4 +-
plugins/esi/combo_handler.cc | 23 +++-
plugins/esi/esi.cc | 164 +++++++++++++++----------
plugins/esi/http_utils.cc | 62 ++++++++++
plugins/{slice/response.h => esi/http_utils.h} | 29 ++++-
plugins/esi/lib/EsiParser.cc | 10 +-
plugins/esi/lib/EsiParser.h | 4 +-
plugins/esi/lib/EsiProcessor.cc | 9 +-
plugins/esi/lib/EsiProcessor.h | 4 +-
plugins/esi/serverIntercept.cc | 5 +-
tests/gold_tests/pluginTest/esi/esi.test.py | 2 +-
11 files changed, 232 insertions(+), 84 deletions(-)
create mode 100644 plugins/esi/http_utils.cc
copy plugins/{slice/response.h => esi/http_utils.h} (51%)