]> git.ipfire.org Git - thirdparty/squid.git/commit
Honor httpd_suppress_version_string in more contexts (#1121)
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 19 Aug 2022 18:57:50 +0000 (18:57 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 19 Aug 2022 18:57:55 +0000 (18:57 +0000)
commitc81de627914ae4a943fbedc10e880555b508a059
tree62ccf1186f4409360dffd667d0e354f68716d86b
parent6c83720b45b1b9724adc1726000c6a7f5c484b69
Honor httpd_suppress_version_string in more contexts (#1121)

* HTML "signature" part of generated HTTP responses to URN requests
* Server header in generated HTTP redirect responses
* boundary strings in generated HTTP 206 multipart/byteranges responses

Also document known contexts outside the configuration directive reach.
We may assert that all of them are outside the current "httpd" scope
(implied by the directive name), but admins may not know how we define
that "httpd" scope; being more explicit may reduce surprises.
src/HttpReply.cc
src/cf.data.pre
src/client_side.cc
src/urn.cc