commit | bc933930a709e9bf96450b98805df1f6b57bfa1f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 09 16:21:43 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:16:18 2017 +0100 |
tree | c8d4bc638648ce24a070fb85e2017b6e42b23f62 | |
parent | 5160683fc74e8684f8695404f928358fdbc17241 [diff] |
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.