~squid/squid/win64

Viewing all changes in revision 15095.

  • Committer: Amos Jeffries
  • Date: 2017-03-15 15:41:41 UTC
  • Revision ID: squid3@treenet.co.nz-20170315154141-5log2df49t39nkpa
Cleanup: Migrate Http1:: Parser child classes to C++11 initialization

Also, add move semantics to Http1::RequestParser. This apparently will
make the clear() operators faster as they no longer have to data-copy.
At least, one the base Parser class supports move as well.

It also consists a small experiment to see if virtaul destructor alone
allows automatic move constructor to be added by the compiler.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: