commit | 31572229ede61eb4ce1ee494f4436df353165a43 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 31 11:13:48 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 05 08:57:05 2023 +0200 |
tree | 97d4bface61aedf39e47003ba242b46d8f1d3da0 | |
parent | d550d26a39f41238a4d1f1fce83832fa43549a40 [diff] |
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.