mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-14 03:22:06 +01:00
The conversion of TASK_WOKEN_RES to a stream event was missing. Among other things, this wakeup reason is used when a stream is dequeued. So it was possible to skip the connection establishment if the stream was also woken up for a timer reason. When this happened, the stream was blocked till the queue timeout expiration. Converting TASK_WOKEN_RES to STRM_EVT_RES fixes the issue. This patch should fix the issue #3290. It must be backported as far as 3.2.