]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proto_htx: Add the function htx_return_srv_error()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 13:46:28 +0000 (15:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit304cc40536e839ee53453b93b62892a231e70bec
tree8e4d301f23961d5fae11b4f69a94d9646c118b39
parent00618aadf9be75c2eea392dffeab2ac8acfa350c
MINOR: proto_htx: Add the function htx_return_srv_error()

Instead of using a function from the legacy HTTP, the HTX code now uses its own
one.
include/proto/proto_http.h
src/proto_htx.c