On Fri, Jul 20, 2018 at 10:33:52AM +0200, Christopher Faulet wrote: > Hi Willy, > > Here is a little patch to fix brackets place of the unlikely macro in http > code. It must be backported in 1.8.
This one is very interesting because depending on the compiler version the unlikely macro differs and may never detect the failure by never returning < 0! It's very unlikely to meet this case though. thanks! Willy

