]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: Remove useless check on the messages state in HTTP functions
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Dec 2018 12:37:54 +0000 (13:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2018 15:04:07 +0000 (16:04 +0100)
commit2a454d8c7cd62bc9d157fe79e73549a4a106a415
tree4a80b3fe2f2c7f31d7347d642247533d8e0479b2
parent9c832fcfb792ab06730379d867fc904f1373435d
MINOR: lua: Remove useless check on the messages state in HTTP functions

The headers parsing is always finished when LUA scripts are evaluated.
src/hlua.c