MEDIUM: http_client: Use the sedesc to report and detect end of processing
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Mar 2023 09:30:32 +0000 (11:30 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Apr 2023 06:57:06 +0000 (08:57 +0200)
commitbe08df8fb361ec54759c988966d38ded652f22e7
treea9bcafc9ec658fb20b823a37bac72ffdeb1bc24b
parentd4eacb3683726a0956e07345e5a1ddac441fcb2f
MEDIUM: http_client: Use the sedesc to report and detect end of processing

Just like for other applets, we now use the SE descriptor instead of the
channel to report error and end-of-stream. Here, the applet is a bit
refactored to handle SE descriptor EOS, EOI and ERROR flags
src/http_client.c