MINOR: proto_htx: Use full HTX messages to send 100-Continue responses
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 28 Nov 2018 09:01:23 +0000 (10:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:37:27 +0000 (17:37 +0100)
commit23a3c790e63876161089e359ecc8508f9a1b1799
tree261d8ecc2e1f4a3ad02e835815c3570f42a59a1c
parentb2db4fa016c316db0df5e0c07a8b198b984f554b
MINOR: proto_htx: Use full HTX messages to send 100-Continue responses

Instead of replying by adding an OOB block in the HTX structure, we now add a
valid HTX message.
src/proto_htx.c