]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http: Set brackets for the unlikely macro at the right place
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 20 Jul 2018 07:54:26 +0000 (09:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Jul 2018 08:42:53 +0000 (10:42 +0200)
commit005e79e5dd7e6bb915ebba793e030c1fcc2dc4f6
tree612d2c629079b7db5b8dca60526850656c3dd153
parent8318885487792bdfccf753d6de2554c006739e10
BUG/MINOR: http: Set brackets for the unlikely macro at the right place

When test on the header "Early-Data" is made, the unlikely macro must encompass
the condition.

This patch must be backported in 1.8.
src/proto_http.c