]> git.ipfire.org Git - thirdparty/squid.git/commit
Restore copy-construct on Parser hierarchy
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 6 Jun 2014 16:04:31 +0000 (09:04 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 6 Jun 2014 16:04:31 +0000 (09:04 -0700)
commitc17b7a434177bfb9b979ca382821a340bd4ff67a
treeca3d9579f00aba07ca8646d72ce156f772e24149
parentab237a99a65363dede4e0b3c2f13e88d8b53cb3e
Restore copy-construct on Parser hierarchy

While it does not make sense to clone a Parser and be running two
independently on the same buffer simultaneously it is also no worth the
added compexity of forbidding it at this time.
src/http/one/Parser.h
src/http/one/RequestParser.h