CLEANUP: mux-fcgi: Don't needlessly store result of data/trailers parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 2 Jun 2021 10:04:40 +0000 (12:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 2 Jun 2021 10:04:42 +0000 (12:04 +0200)
commitbf7743094e845d2213026d030ca63a1f3b592d12
tree649af080160c5a9fcba735d5abe9f9c996cd5082
parent528adc3b18fd610df807f14034acc212eaf685b3
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.
src/mux_fcgi.c