]> git.ipfire.org Git - thirdparty/squid.git/commit
Polished HttpStateData::persistentConnStatus() code. No functionality changes.
authorAlex Rousskov <rousskov@measurement-factory.com>
Fri, 3 Dec 2010 22:59:37 +0000 (15:59 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 3 Dec 2010 22:59:37 +0000 (15:59 -0700)
commit718d84bf9a466fb425f733209cd4d172159ff3bd
treebeeb914692f4987a628308f619c63bb873332c0c
parenteedbb18737582235f10f6caea91249e5ebdb601e
Polished HttpStateData::persistentConnStatus() code. No functionality changes.

Moved virginReply() call closer to the first virgin reply use. This will help
re-adding "did we parse the header yet" check if we ever need it again. It
also saves a couple of CPU cycles for some transactions.
src/http.cc