]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h2: add new functions to produce an HTX message from an H2 response
authorWilly Tarreau <w@1wt.eu>
Mon, 8 Oct 2018 12:49:20 +0000 (14:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 12:30:17 +0000 (13:30 +0100)
commit1329b5be7171f36985bfda5b62f8dae4814f7022
tree6dc1adff8d0089c2820213a7b9be9df33a36a585
parenta40782bb24f2f697408e604c3d346006c0f87ec5
MINOR: h2: add new functions to produce an HTX message from an H2 response

The new function h2_prepare_htx_stsline() produces an HTX response message
from an H2 response presented as a list of header fields.
include/common/h2.h
src/h2.c