]> git.ipfire.org Git - thirdparty/squid.git/commit
Centralized and documented FTP protocol "version" (1.1) definition.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 9 Aug 2014 00:35:28 +0000 (18:35 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sat, 9 Aug 2014 00:35:28 +0000 (18:35 -0600)
commitecb19f1a0380320db5b2e82505f4c9cfdc3625b3
tree180b419f6fe8a7b918121931ca964ef00e1348f3
parent27c841f6c5e57c71e94a3651034cdd67750a4527
Centralized and documented FTP protocol "version" (1.1) definition.

Moved AnyP::PortCfg::setTransport() to the cache_cf.cc parsing code where it
currently belongs. AnyP code should not have protocol-specific pieces as it is
code shared among (or used by) many (ideally, all transfer) protocols.

TODO: Convert Http::ProtocolVersion from class into a function.
src/anyp/PortCfg.cc
src/anyp/PortCfg.h
src/cache_cf.cc
src/ftp/Elements.cc
src/ftp/Elements.h
src/servers/FtpServer.cc