]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: h3: do not report bug on unknown method
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 08:18:46 +0000 (10:18 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 30 May 2022 12:30:05 +0000 (14:30 +0200)
commitb93399a5e7714a5e440add58a5f09c100d65fc01
tree62449b19d1ce249e1bceba10feb27c9167730d0a
parent11f5a796c11d8d850590eb73ff661ea7d6622237
BUG/MINOR: h3: do not report bug on unknown method

Remove an unneeded BUG_ON statement when find_http_meth() returns
HTTP_METH_OTHER.

This fix is necessary to support requests with unusual methods with
DEBUG_STRICT activated. This was detected when browsing with HTTP/3 over
a nextcloud instance which uses PROPFIND method for Webdav.
src/h3.c