]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http_ext: remove useless BUG_ON() in http_handle_xot_header()
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 16 Oct 2024 09:40:00 +0000 (11:40 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 17 Oct 2024 15:25:06 +0000 (17:25 +0200)
commit9262b7109edb70a3ffb6496a003b0bf3c40ac92e
treebf92fe0dc442a1d6947e7f3e1b100c62b542f7f4
parentd28d016f4304c18d31f3c6505e1e97c3e5e7f52c
CLEANUP: http_ext: remove useless BUG_ON() in http_handle_xot_header()

A useless BUG_ON() statement was let in a conditional block that already
checks that the condition cannot be met within the block. Remove the
useless BUG_ON()
src/http_ext.c