]> git.ipfire.org Git - thirdparty/squid.git/commit - src/ip/Intercept.h
Polishing in response to Amos' squid-dev review dated 2014/08/08.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 10 Aug 2014 02:28:33 +0000 (20:28 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 10 Aug 2014 02:28:33 +0000 (20:28 -0600)
commit3cc0f4e721ce7550b008a4a9c410883eaa600c2a
treedfc284247e84099bf101f84ede9e16bc01d9e39e
parentecb19f1a0380320db5b2e82505f4c9cfdc3625b3
Polishing in response to Amos' squid-dev review dated 2014/08/08.

The PASS value masking code in HttpHeader::packInto() is currently unused
because Squid does not (and cannot) use errorpages for native FTP errors.

It is [still] possible to configure ftp_port with transport=HTTP but it is
not clear what the exact effects of that configuration are, if any.

The ftp_port ftp-track-dirs option no longer accepts on|off values. Off is
still the default. Turn on using a valueless "ftp-track-dirs" option.

Other minor polishing touches.
15 files changed:
src/FwdState.cc
src/HttpHeader.cc
src/HttpHeaderTools.cc
src/cache_cf.cc
src/cf.data.pre
src/clientStreamForward.h
src/client_side.cc
src/client_side.h
src/clients/FtpClient.cc
src/clients/FtpGateway.cc
src/clients/FtpRelay.cc
src/clients/forward.h
src/ftp/Elements.cc
src/ip/Intercept.h
src/servers/FtpServer.cc