mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-21 10:01:08 +01:00
When subscribing, we don't need to provide a list element, only the h2 mux needs it. So instead, Add a list element to struct h2s, and use it when a list is needed. This forces us to use the unsubscribe method, since we can't just unsubscribe by using LIST_DEL anymore. This patch is larger than it should be because it includes some renaming.