commit | 4bb375ca18e8d16f872d3bb89f949a2844e6c82f | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Wed Aug 26 08:42:21 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 27 14:33:52 2015 +0200 |
tree | d24162a124ad6269c63d50e4256c9b10070ea4a4 | |
parent | 35d70efc3330198c49602120cefef8842f92236a [diff] |
MEDIUM: lua: turns txn:close into txn:done The function txn:close() must be terminal because it demands the session destruction. This patch renames this function to "done()" to be much clearer about the fact that it is a final operation.