commit | 2bf3f2cf7fc8a2a49158a16d8a8c04b1e4d77871 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 24 07:20:26 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 24 07:20:26 2021 +0200 |
tree | 5178f79353004723cd703d95f348075436b1a744 | |
parent | bbab3bf22b057161437629d3e35e4895d65863b5 [diff] |
Revert "MINOR: queue: make pendconn_first() take the lock by itself" This reverts commit 772e968b06f9348afea7f5785c97214a84c75d19. 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.