mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 08:42:43 +02:00
This reverts commitc83e45e9b0. The recent changes since5304669e1MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn opened a tiny race condition between stream_free() and process_srv_queue(), as the pendconn is accessed outside of the lock, possibly while it's being freed. A different approach is required.