Christopher Faulet 9b22f22858 BUG/MEDIUM: mux-fcgi: Use a safe loop to resume each stream eligible for sending
At the end of fcgi_send(), if the connection is not full anymore, we loop on
the send list to resume FCGI stream for sending. But a streams may be
removed from the this list during the loop. So a safe loop must be used.

This patch should be backported to all stable versions.
2026-03-05 15:35:36 +01:00
..
2026-03-02 14:08:30 +01:00
2026-03-02 10:44:59 +01:00
2026-03-02 10:44:59 +01:00
2026-02-19 15:10:37 +01:00