commit | aafb6cc6563bd3b0eaefd02b42c7ad844e3d867e | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Fri Oct 18 14:18:29 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 18 15:23:49 2019 +0200 |
tree | 341133d047bcfd9a0db89278fe8c6f5e789e1241 | |
parent | a5115f2a4cb6ff11198dc8a5c598b3d75562f751 [diff] |
BUG/MEDIUM: mux_pt: Only call the wake emthod if nobody subscribed to receive. In mux_pt_io_cb(), instead of always calling the wake method, only do so if nobody subscribed for receive. If we have a subscription, just wake the associated tasklet up. This should be backported to 1.9 and 2.0. (cherry picked from commit 2ed389dc6e27257997f83e3f22cb6bf8898a2a5a) Signed-off-by: Willy Tarreau <w@1wt.eu>