commit | 4c3690bf960e3e4274e1689b7d4faebbf6cf6e9c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Oct 10 15:16:55 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 18:16:18 2017 +0100 |
tree | f3385522d55a334c12e328d3d3ca9cdae9343f3f | |
parent | be5b715fb2c5ff92448f9481d18cfee000cef6c9 [diff] |
MEDIUM: h2: detect the presence of the first settings frame Instead of doing a special processing of the first SETTINGS frame, we simply parse its header, check that it matches the expected frame type and flags (ie no ACK), and switch to FRAME_P to parse it as any regular frame. The regular frame parser will take care of decoding it.