commit | a4a9bbadc613dd21228fb776fe70e098c7c9b965 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 24 07:22:12 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 24 07:22:12 2021 +0200 |
tree | 852de5587608fe7ca96c381eb97c993573af39a9 | |
parent | ddac4a1f358e2620e4c8c4b2845a8a83eaf47d71 [diff] |
Revert "MINOR: queue: use atomic-ops to update the queue's index" This reverts commit 1335eb9867b76c8e4570ad4242dc728287af3d56. The recent changes since 5304669e1 MEDIUM: 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.