BUG/MINOR: mux-h2: always send stream window update before connection's

In h2_process_mux() if we have some room and an attempt to send a window
update for the connection was pending, it's done first. But it's not done
for the stream, which will have for effect of postponing this attempt
till next pass into h2_process_demux(), at the risk of seeing the send
buffer full again. Let's always try to send both pending frames as soon
as possible.

This should be backported as far as 1.8.

(cherry picked from commit e74679a9c65009931c75ca92e31751b2a5573554)
Signed-off-by: Willy Tarreau <w@1wt.eu>
1 file changed