From: Thierry FOURNIER Date: Fri, 25 Dec 2015 01:05:25 +0000 (+0100) Subject: DOC: lua: fix somme errors X-Git-Tag: v1.7-dev2~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=834421c2d0226a567c2692ba52df7b14a6bc4c1d;p=thirdparty%2Fhaproxy.git DOC: lua: fix somme errors This patch fix some errors in the class TXN doc. Should be backported in 1.6 --- diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 6adb72ef63..7a1f44edb8 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst @@ -1094,13 +1094,6 @@ TXN class :param class_txn txn: The class txn object containing the data. :param string var: The variable name according with the HAProxy variable syntax. -.. js:function:: TXN.get_headers(txn) - - This function returns an array of headers. - - :param class_txn txn: The class txn object containing the data. - :returns: an array of headers. - .. js:function:: TXN.done(txn) This function terminates processing of the transaction and the associated