]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 5093: List http_port params that https_port/ftp_port lack (#1977)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Tue, 7 Jan 2025 23:20:48 +0000 (23:20 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 8 Jan 2025 23:31:27 +0000 (23:31 +0000)
commitfb51e4612855774e0d97f374c0f0c485eb40ef38
treedd7d1b19cf324e862324b3f4c1977f25a709b8fb
parentb56774dd09224b6aa8513e24cdb7634be297a88e
Bug 5093: List http_port params that https_port/ftp_port lack (#1977)

To avoid documentation duplication, current https_port and ftp_port
directive descriptions reference http_port directive instead of
detailing their own supported parameters. For https_port, this solution
creates a false impression that the directive supports all http_port
options. Our ftp_port documentation is better but still leaves the
reader guessing which options are actually supported.

This change starts enumerating http_port configuration parameters that
ftp_port and https_port directives do _not_ support. Eventually, Squid
should reject configurations with unsupported listening port options.
src/cf.data.pre