This is an automated email from the ASF dual-hosted git repository.
kichan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from fb691b5306 Configurable Hash Algorithm and Parameters for Consistent
Hash Parent Selection (#12567)
add 833523454d Add support for proxy protocol info for lua plugin (#12651)
No new revisions were added by this update.
Summary of changes:
doc/admin-guide/plugins/lua.en.rst | 69 +++++++++++++
plugins/lua/ts_lua_client_request.cc | 110 +++++++++++++++++++++
.../pluginTest/lua/gold/lua_proxy_protocol.gold | 1 +
.../pluginTest/lua/lua_proxy_protocol.test.py | 79 +++++++++++++++
tests/gold_tests/pluginTest/lua/proxy_protocol.lua | 62 ++++++++++++
5 files changed, 321 insertions(+)
create mode 100644 tests/gold_tests/pluginTest/lua/gold/lua_proxy_protocol.gold
create mode 100644 tests/gold_tests/pluginTest/lua/lua_proxy_protocol.test.py
create mode 100644 tests/gold_tests/pluginTest/lua/proxy_protocol.lua