]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mux-h2: implement h2s_notify_{send,recv} to report events to subscribers
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 17:08:52 +0000 (18:08 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 17:11:35 +0000 (18:11 +0100)
commit7e094451d0caffceb6b69351d33cdd76952ddc95
treeedf3689df737cd440efc98839fdf2b587056ab9e
parent251064b02dd3d0ce70f00accbfbc481f95661512
CLEANUP: mux-h2: implement h2s_notify_{send,recv} to report events to subscribers

Till now we had to open-code all the manipulation of the wait_event,
let's use standarized functions for this and reduce the risk of bugs.
src/mux_h2.c