commit | 0bbad6bb06f39185a1b6803e354dac1a48be6c16 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Feb 26 16:01:52 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Feb 26 16:07:27 2019 +0100 |
tree | 85dad5eadf592d6c35d36d87f5afa533e622dd90 | |
parent | 02e771a9e0543e8328c2c156d7e8a3a3f8e22a5f [diff] |
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.