]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: drop parsedCount_ tracking
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 20 May 2014 11:00:04 +0000 (04:00 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 20 May 2014 11:00:04 +0000 (04:00 -0700)
commit3a8e21b243c97ee801cd6efcde5a426719859c00
tree6284bf7fa7699b0ed8258c3f967c9010ff19b28e
parent83aacd9a3e2ea09389bb34247cea6c0b7cea67df
Cleanup: drop parsedCount_ tracking

Now that parse() is receiving a buffer directly we no longer have to
track how many bytes have been consumed by the parse. It can be
calculated by comparing the current and original SBuf.
src/http/one/Parser.cc
src/http/one/Parser.h
src/http/one/RequestParser.cc