]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: lua: rename last occurrences of "*s" to "*htxn" for hlua_txn
authorWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:21:44 +0000 (11:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:23:23 +0000 (11:23 +0200)
commitbcb39cc339cee5362ee8d1a4f9252e714b5bddd3
treeea9451cec0234dc469eb57e9142ad503acaf86b2
parent9a8ad866483d4dcb0e9e7cbe0bb7f995c9e44f52
CLEANUP: lua: rename last occurrences of "*s" to "*htxn" for hlua_txn

These ones were found in the actions to set the query/path/method/uri.
Where it's used, "s" makes one think about session or something like
this, especially when mixed with http_txn.
src/hlua.c