]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: htx: Rename functions htx_*_to_str() to be H1 specific
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 3 Dec 2018 12:58:44 +0000 (13:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Dec 2018 04:51:37 +0000 (05:51 +0100)
commitc59ff23804dcb9726c18e16f13f8af6bd85dcb46
tree06cd0034439d5ea5001c1288c282691a50db7288
parentda7e3be36f37f6aa8dfe883e7138af27ae1185fd
MINOR: htx: Rename functions htx_*_to_str() to be H1 specific

"_to_h1" suffix is now used because these function produce H1 strings. It avoids
any ambiguity on the output format.
include/proto/htx.h
src/http_fetch.c
src/htx.c
src/mux_h1.c