]> git.kaiwu.me - haproxy.git/commit
CLEANUP: lua: limit usage of si_ic/si_oc
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Mar 2015 11:03:52 +0000 (12:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2015 19:41:47 +0000 (20:41 +0100)
commit81389679fbea1d626c4311715d522bfa15f2c9f0
tree465797d62740ac6ac23cee942f7c5a8f61d83780
parentafc8a22ad711b4a71da71e899eec8641e31a4e60
CLEANUP: lua: limit usage of si_ic/si_oc

As much as possible, we copy the result of this function into a local
variable to avoid having to check the flag all the time.
src/hlua.c