commit | f495fc460efe853d5fa9812c95e5a4601c2341ca | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Fri Jul 20 18:15:23 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 20 19:07:49 2018 +0200 |
tree | cef1aab89b6c41705613b2c06dd890ee661d0027 | |
parent | ddb6c16576e92b75db699c265645431cc916d4b8 [diff] |
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.