Re: [PATCH] MINOR: lua: allow changing port with set_addr

2020-05-05 Thread Christopher Faulet
Merged. Thanks ! -- Christopher

[PATCH] MINOR: lua: allow changing port with set_addr

2020-05-04 Thread Joseph C. Sible
Add an optional port parameter, which can be either a number or a string (to support '+' and '-' for port mapping). This fixes issue #586. --- doc/lua-api/index.rst | 2 +- src/hlua_fcn.c| 7 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/lua-api/index.rst