commit | bcd3bb3ca224c5e28881051b3aae51e085a0110f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Dec 01 18:59:00 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Dec 01 23:27:07 2018 +0100 |
tree | d142c66070c212988498a5e113767bfdcba14769 | |
parent | 86724e2e8ad031782f9914f5c25213c81853bec1 [diff] |
MEDIUM: mux-h2: make h2_snd_buf() HTX-aware Now h2_snd_buf() will check the proxy's mode to decide whether to use HTX-specific send functions or legacy functions. In HTX mode, the HTX blocks of the output buffer will be parsed and the related functions will be called accordingly based on the block type, and unimplemented blocks will be skipped. For now all blocks are skipped, this is only helpful for debugging.