]> git.kaiwu.me - haproxy.git/commit
fix: too much connection with -m option
authorFrederic Lecaille <flecaille@haproxy.com>
Mon, 22 Jun 2026 08:22:17 +0000 (10:22 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Mon, 22 Jun 2026 08:22:17 +0000 (10:22 +0200)
commit26ce14ea826ae7e0c3428f389d00a8316963df00
tree7479ae0e03ad14e3f67aae736e92a8f7d4ba8d0d
parent1e2ab47d5a0871bbb9945eb9eaf095960fe08620
fix: too much connection with -m option

this is due to recent modifs, where the stream expiration info has been
moved to the hldstream struct (we do no more rely on the underlying
task expiration). But this expiration was not initialized and
taken as expiration value for the user task, leading this user
task to be wake up as soon as the first stream is intantiated. This
is not correct. The user task must wait for the connection establishment.
src/haload.c