Hi Cyril, On Fri, Jan 22, 2016 at 07:40:28PM +0100, Cyril Bonté wrote: > Gregor Kova?? reported that http_date() did not return the right day of the > week. For example "Sat, 22 Jan 2016 17:43:38 GMT" instead of "Fri, 22 Jan > 2016 17:43:38 GMT". Indeed, gmtime() returns a 'struct tm' result, where > tm_wday begins on Sunday, whereas the code assumed it began on Monday.
Ah sorry for this, I must have been more stupid than average when doing this! > This patch must be backported to haproxy 1.5 and 1.6. I've merged it into 1.7-dev and will backport it ASAP. Thanks! Willy

