]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h2: Fix h2s_make_data() comment about the return value
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Feb 2024 12:52:35 +0000 (13:52 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Feb 2024 12:57:44 +0000 (13:57 +0100)
commit69f15b9a4026731f38a532b6de730357790bbbde
tree88108d13147d17681531b2ae73bc1bec0e7895ef
parentf913d42aafcd2de8b2fc6b46db8b3e50d8f3fed3
CLEANUP: mux-h2: Fix h2s_make_data() comment about the return value

2 return values are specified in the h2s_make_data() function comment. Both
are more or less equivalent but the later is probably more accurate. So,
keep the right one and remove the other one.

This patch should fix the issue #2175.
src/mux_h2.c