MINOR: http: Add support for 421 Misdirected Request
authorTim Duesterhus <tim@bastelstu.be>
Fri, 27 Apr 2018 19:18:46 +0000 (21:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Apr 2018 05:03:39 +0000 (07:03 +0200)
commite2b10bf491972d89c8385c623d6945b5cf7cedf6
tree71eed1405a330c04d73643fd7f500523ba3ab824
parentca097c16a89a576fca5981487afefc69c1193db0
MINOR: http: Add support for 421 Misdirected Request

This makes haproxy aware of HTTP 421 Misdirected Request, which
is defined in RFC 7540, section 9.1.2.
include/types/proto_http.h
src/proto_http.c