]> git.ipfire.org Git - thirdparty/squid.git/commit
Register Http2-Settings header
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 10 Sep 2013 07:36:28 +0000 (01:36 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 10 Sep 2013 07:36:28 +0000 (01:36 -0600)
commit459dec103e01fd9b2440901d3c8e1dc34d8fb23a
treeb03b6e1ee6c4f8473fb2fc9b346bb63f0747c5fd
parent40919b6eac3cd2b110c7ae9c59949ef96f6c66a1
Register Http2-Settings header

This header ia a hop-by-hop request-only header and requires stripping
by intermediaries which do not support HTTP/2.0 in Upgrade feature.

We register it now to ensure the stripping occurs even if broken clients
omit it from the Connection header list.
src/HttpHeader.cc
src/HttpHeader.h