]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: servers: Don't use the same srv flag for cookie-set and TFO.
authorOlivier Houchard <cognet@ci0.org>
Wed, 8 May 2019 17:48:32 +0000 (19:48 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 8 May 2019 17:48:32 +0000 (19:48 +0200)
commit92e38e254b2cef4e5cde4fbce91207a88f0a4610
treeab62c0e9cca0d64f574f0b92a1c8d463c5759a90
parentd8db4e6dba25438800f08b8cb6e8e14abdd1ce66
BUG/MEDIUM: servers: Don't use the same srv flag for cookie-set and TFO.

The tfo code was based on an old patch, and the value of the SRV_F_FASTOPEN
flag it used was since reused for SRV_F_COOKIESET. So give SRV_F_FASTOPEN
its own value.
include/types/server.h