]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Combine the https_port list internal state with http_port state.
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 18 Nov 2015 03:23:59 +0000 (19:23 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 18 Nov 2015 03:23:59 +0000 (19:23 -0800)
commit339e4d7aa75eb99eded7ae32ac7430db52464732
tree5fa7c729b7a0196df5248e64c494dee22be6edf7
parentc3e31a3aede7ecb0ee7e7d0322c5bc218c287cb1
Combine the https_port list internal state with http_port state.

These two lists have been near identical for some time now and we can
easily reduce code by simply merging the two and using either the
secure.encryptTransport flag or the transport.protocol type to select
the remaining non-identical code paths.
src/anyp/PortCfg.cc
src/anyp/PortCfg.h
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc
src/ssl/helper.cc
src/ssl/support.cc
src/tools.cc