]> git.ipfire.org Git - thirdparty/squid.git/commit
Code cleanup: Implement proper assignment operator for HttpHeader.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 18 Feb 2011 04:44:02 +0000 (21:44 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 18 Feb 2011 04:44:02 +0000 (21:44 -0700)
commite0018034b08079bc2c736ec220c34dab9e298a58
tree5541fe5d32b5ff05ba0986de1a3d451c5f2424b8
parent22fff3bf355cb43a0162edbeb768ff167cd53e71
Code cleanup: Implement proper assignment operator for HttpHeader.

Besides being the Right Thing, this helps classes that have HttpHeader data
members to avoid defining explicit assignment operators.
src/HttpHeader.cc
src/HttpHeader.h