]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Be prepared to return 501-not-implemented error during parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 7 Dec 2020 10:26:13 +0000 (11:26 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Jan 2021 14:21:12 +0000 (15:21 +0100)
commit2eed800d54b1897b5305be8159bffd6c5c9ef2b6
tree3248eb78c00d2dc298f61ee9dd6adec9f6be3d34
parent142dd33912baf19c96892a204347e4a65943ea48
MINOR: mux-h1: Be prepared to return 501-not-implemented error during parsing

With this patch, the H1 mux is now able to return 501-not-implemented errors
to client during the request parsing. However, no such errors are returned
for now.
src/mux_h1.c