On Tue, 9 Apr 2019 at 12:31, Stefan Eissing <stefan.eiss...@greenbytes.de> wrote: > > I just did some tests with https://redbot.org/ (the site tester by Mark > Nottingham) against our server and it notifies of 2 things: > > 1. The "Keep-Alive" header is deprecated. I tried to "Header unset > Keep-Alive" but that has no effect. Seems to be added very late. > Do we have a way to suppress it?
That is true for HTTP/2. What about the clients that don't support HTTP/2 yet? I wonder if it is possible to suppress that header only if HTTP2 or better is used. Mario