]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: rhttp: fix task_wakeup state
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 16 May 2024 15:37:46 +0000 (17:37 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 May 2024 08:01:57 +0000 (10:01 +0200)
commit808daa7cfb46019fff0e0bf4580985568f145c17
tree2108a75c8c346300226d3d3f5d3fd7ca9015df40
parent2770ef352e243ed3f0914e4d193ea3becf4dbb1b
BUG/MINOR: rhttp: fix task_wakeup state

TASK_WOKEN_ANY was incorrectly used as argument to task_wakeup() for
rhttp preconnect task. This value is used as a flag. Replace it by
proper individual values. This is labelled as a bug but it has no known
impact.

This should be backported up to 2.9.
src/connection.c
src/proto_rhttp.c