BUG/MEDIUM: mux_h2: Call h2_send() before updating polling.
authorOlivier Houchard <cognet@ci0.org>
Fri, 20 Jul 2018 16:15:23 +0000 (18:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 Jul 2018 17:07:49 +0000 (19:07 +0200)
commitf495fc460efe853d5fa9812c95e5a4601c2341ca
treecef1aab89b6c41705613b2c06dd890ee661d0027
parentddb6c16576e92b75db699c265645431cc916d4b8
BUG/MEDIUM: mux_h2: Call h2_send() before updating polling.

In h2_wake(), make sure we call h2_send() before we try to update the
polling flags, and detect connection errors, or errors will never be
detected.
src/mux_h2.c