commit | bf7743094e845d2213026d030ca63a1f3b592d12 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 02 12:04:40 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 02 12:04:42 2021 +0200 |
tree | 649af080160c5a9fcba735d5abe9f9c996cd5082 | |
parent | 528adc3b18fd610df807f14034acc212eaf685b3 [diff] |
CLEANUP: mux-fcgi: Don't needlessly store result of data/trailers parsing Return values of fcgi_strm_parse_data() and fcgi_strm_parse_trailers() are no longer checked. Thus it is useless to store it. This patch should fix the issues #1269 and #1268.