commit | e6ae77f64f6e5fb8fe5f9cc3ccd6f84545432699 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Nov 07 11:59:51 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 07 14:47:04 2017 +0100 |
tree | 34befb1baca9623412ca94f1a9f4687b8171924c | |
parent | 83906c2f912ea46373fda5795f398c5c657f01e8 [diff] |
MINOR: h2: don't re-enable the connection's task when we're closing It's pointless to requeue the task when we're closing, so swap the order of the task_queue() and h2_release(). It also matches what was written in the comment regarding re-arming the timer.