Aurelien DARRAGON
1745882224
BUG/MINOR: hlua: fixing hlua_http_msg_insert_data behavior
hlua_http_msg_insert_data() function is called upon HTTPMessage.insert() method from lua script. This function did not work properly for multiple reasons: - An incorrect argument check was performed and prevented the user from providing optional offset argument. - Input and output variables were inverted and offset was not handled properly. The same bug was also fixed in hlua_http_msg_del_data(), see: 'BUG/MINOR: hlua: fixing hlua_http_msg_del_data behavior' The function now behaves as described in the documentation. This could be backported to 2.6 and 2.5. (cherry picked from commit 7fdba0ae544cb1b14b7d3864b06f38c752505094) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
The HAProxy documentation has been split into a number of different files for ease of use. Please refer to the following files depending on what you're looking for : - INSTALL for instructions on how to build and install HAProxy - BRANCHES to understand the project's life cycle and what version to use - LICENSE for the project's license - CONTRIBUTING for the process to follow to submit contributions The more detailed documentation is located into the doc/ directory : - doc/intro.txt for a quick introduction on HAProxy - doc/configuration.txt for the configuration's reference manual - doc/lua.txt for the Lua's reference manual - doc/SPOE.txt for how to use the SPOE engine - doc/network-namespaces.txt for how to use network namespaces under Linux - doc/management.txt for the management guide - doc/regression-testing.txt for how to use the regression testing suite - doc/peers.txt for the peers protocol reference - doc/coding-style.txt for how to adopt HAProxy's coding style - doc/internals for developer-specific documentation (not all up to date)
Description
Languages
Shell
100%