]> git.ipfire.org Git - thirdparty/squid.git/commit - src/HttpReply.cc
Explicitly check that integer-carrying Cache-control directives are positive.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 28 Sep 2011 22:42:19 +0000 (00:42 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 28 Sep 2011 22:42:19 +0000 (00:42 +0200)
commitd74ad83fac327bce0bbc91aa7fa932de5ae34dc8
tree54843a58a7f61839432b957418f2867779a2fe30
parent4ce6e3b5cdd038e10cd6d4cf978ca64c1dddabfe
Explicitly check that integer-carrying Cache-control directives are positive.
Rename MAX_STALE_ALWAYS to MAX_STALE_ANY and changed its representation to very large positive integer.
Implemented internal HttpHdrCc::setValue call.
Removed unnecessarily explicitly-masked StringArea default constructor.
src/HttpHdrCc.cc
src/HttpHdrCc.cci
src/HttpHdrCc.h
src/HttpReply.cc
src/base/StringArea.h
src/http.cc
src/refresh.cc