commit | 99a36dddf53520c669f5a825770d72bb966f0742 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 27 14:57:04 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 27 14:57:30 2015 +0200 |
tree | fea521d483bb9eb53c954fa3be9553d853d52381 | |
parent | 4bb375ca18e8d16f872d3bb89f949a2844e6c82f [diff] |
DOC: lua: replace txn:close with txn:done in lua-api It was missed in the last patch.
diff --git a/doc/lua-api/index.rst b/doc/lua-api/index.rst index 5952398..f8cfee2 100644 --- a/doc/lua-api/index.rst +++ b/doc/lua-api/index.rst
@@ -88,7 +88,7 @@ function hello_world(txn) txn.res:send("hello world\n") - txn:close() + txn:done() end How to start HAProxy for testing this configuration: