DOC: hlua: Add a note to warn user about httpclient object reuse
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 May 2025 16:48:21 +0000 (18:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 May 2025 07:34:06 +0000 (09:34 +0200)
commitdc4d8da0ddc16e146d8df434c4388be71a70e4dd
tree9bce7143aaf476b8ce5a4e61b9ff07810e39c35b
parentc0d42ff115438f7a2ee83388be87b439d034e79e
DOC: hlua: Add a note to warn user about httpclient object reuse

It is not supported to reuse an lua httpclient instance to process several
requests. A new object must be created for each request. Thanks to the
previous patch ("BUG/MEDIUM: httpclient: Throw an error if an lua httpclient
instance is reused"), an error is now reported if this happens. But it is
not obvious for users. So the lua-api docuementation was updated accordingly.

This patch is related to issue #2986. It should be backported with the
commit above.

(cherry picked from commit cb7a2444d149de8e0ce89d7b4a450e5c36822412)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
doc/lua-api/index.rst