commit | 7e98c057ff76f399be5de17d8bca98c954eb2bbb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 10 15:56:59 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:16:18 2017 +0100 |
tree | f7b8cca918202a383086bef11edc06578a0bf04f | |
parent | 4c3690bf960e3e4274e1689b7d4faebbf6cf6e9c [diff] |
MINOR: h2: create a stream parser for the demuxer The function h2_process_demux() now tries to parse the incoming bytes to process as many streams as possible. For now it does nothing but dropping all incoming frames.