]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: mention that the mux is compatible with both sides
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Oct 2018 08:25:20 +0000 (10:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 12:31:03 +0000 (13:31 +0100)
commitf8957277ff16c638268c42f02e015d9dc1933694
tree2b5fc5074c20191b37ee9f8292fe7a094f1bf514
parent1329b5be7171f36985bfda5b62f8dae4814f7022
MINOR: mux-h2: mention that the mux is compatible with both sides

We declare two configurations for the H2 mux. One supporting only
the frontend in HTTP mode and one supporting both sides in HTX mode.

This is only to ease development at this point. Trying to assign an h2
mux on the server side will still fail during h2_init() anyway instead
of at config parsing time.
src/mux_h2.c