]> git.ipfire.org Git - thirdparty/squid.git/commit
Add move semantics to Security::ServerOptions and Security::PeerOptions
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 31 Mar 2017 23:20:20 +0000 (12:20 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 31 Mar 2017 23:20:20 +0000 (12:20 +1300)
commit3d8aec664476b62a3bacb6ad531d02f01007fc11
treef67b5a3f64a08cdfac77c246a6a0354969720068
parent906434982df06855696ec0da5cfcdcc76f33b5fd
Add move semantics to Security::ServerOptions and Security::PeerOptions

This apparently will make the clear() operators faster as they no longer
have to data-copy.

  Detected by Coverity Scan. Issues 1364734 and 1364737
src/security/PeerOptions.h
src/security/ServerOptions.h