CLEANUP: mux-h2: Rename h2s_frt_make_resp_data() to be generic
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 2 Dec 2020 14:12:40 +0000 (15:12 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 18 Dec 2020 14:05:57 +0000 (15:05 +0100)
commit142854b1da01bdb06007b80e3f2afe8ad08af02f
treed1f194cec2fcc85fb318dcf9983967df212315de
parent198ef8b1de3ddac116baeaf5b86f2f8335e69e62
CLEANUP: mux-h2: Rename h2s_frt_make_resp_data() to be generic

h2s_frt_make_resp_data() is now used to emit DATA frames on the frontend and
the backend side. Thus it is renamed into h2s_make_data().
src/mux_h2.c