]> git.kaiwu.me - haproxy.git/commit
MEDIUM: h2: start to implement the frames processing loop
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Oct 2017 14:21:43 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 17:16:18 +0000 (18:16 +0100)
commitbc933930a709e9bf96450b98805df1f6b57bfa1f
treec8d4bc638648ce24a070fb85e2017b6e42b23f62
parent5160683fc74e8684f8695404f928358fdbc17241
MEDIUM: h2: start to implement the frames processing loop

The rcv_buf() callback now calls h2_process_demux() after an recv() call
leaving some data in the buffer, and the snd_buf() callback calls
h2_process_mux() to try to process pending data from streams.
src/mux_h2.c