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

cmcfarlen pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


    from 944fb93626 Initialize HistoryEntry array (#11264)
     new 05f79a0c39 Regex: fix memory leak if the match buffer is too small 
(#11244)
     new 2e4d641eb6 tslua.so: handle unrecognized status codes (#11272)

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:
 include/tsutil/Regex.h                             |  2 +-
 plugins/lua/ts_lua_client_response.cc              |  7 +-
 src/tsutil/Regex.cc                                | 20 +++--
 src/tsutil/unit_tests/test_Regex.cc                | 10 +++
 .../pluginTest/lua/lua_set_error_response.test.py  | 98 ++++++++++++++++++++++
 .../pluginTest/lua/set_error_response.lua          | 20 ++---
 .../lua/set_error_response.replay.yaml}            | 52 ++++++------
 7 files changed, 160 insertions(+), 49 deletions(-)
 create mode 100644 
tests/gold_tests/pluginTest/lua/lua_set_error_response.test.py
 copy plugins/lua/example/test_hdr.lua => 
tests/gold_tests/pluginTest/lua/set_error_response.lua (76%)
 copy tests/gold_tests/{remap/reload_server.replay.yaml => 
pluginTest/lua/set_error_response.replay.yaml} (60%)

Reply via email to