]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: hlua/applet: Use the sedesc to report and detect end of processing
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Mar 2023 09:13:48 +0000 (11:13 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:05 +0000 (08:57 +0200)
commit31572229ede61eb4ce1ee494f4436df353165a43
tree97d4bface61aedf39e47003ba242b46d8f1d3da0
parentd550d26a39f41238a4d1f1fce83832fa43549a40
MEDIUM: hlua/applet: Use the sedesc to report and detect end of processing

There are 3 kinds of applet in lua: The co-sockets, the TCP services and the
HTTP services. The three are refactored to use the SE descriptor instead of
the channel to report error and end-of-stream.
src/hlua.c