mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-24 23:31:40 +02:00
BUG/MEDIUM: mux-h2: Don't forget to quit the send list on error reports
Similar to last fix, we need to quit the send list when reporting an error via the send side. This should be backported to 1.9.
This commit is contained in:
parent
f29cd5c8a8
commit
645b33d233
@ -617,6 +617,8 @@ static void __maybe_unused h2s_notify_send(struct h2s *h2s)
|
||||
sw->events &= ~SUB_RETRY_SEND;
|
||||
tasklet_wakeup(sw->task);
|
||||
h2s->send_wait = NULL;
|
||||
LIST_DEL(&h2s->list);
|
||||
LIST_INIT(&h2s->list);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user