]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h2: advertise to servers that we don't support push
authorWilly Tarreau <w@1wt.eu>
Tue, 26 Feb 2019 15:01:52 +0000 (16:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 Feb 2019 15:07:27 +0000 (16:07 +0100)
commit0bbad6bb06f39185a1b6803e354dac1a48be6c16
tree85dad5eadf592d6c35d36d87f5afa533e622dd90
parent02e771a9e0543e8328c2c156d7e8a3a3f8e22a5f
BUG/MEDIUM: h2: advertise to servers that we don't support push

The h2c_send_settings() function was initially made to serve on the
frontend. Here we don't need to advertise that we don't support PUSH
since we don't do that ourselves. But on the backend side it's
different because PUSH is enabled by default so we must announce that
we don't want the server to use it.

This must be backported to 1.9.
src/mux_h2.c