]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Alex Rousskov <rousskov@measurement-factory.com>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 14 Jul 2010 23:40:27 +0000 (17:40 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 14 Jul 2010 23:40:27 +0000 (17:40 -0600)
commitb0dfb13949da058661e07662aeea08122991af47
treeb9646cbc9ab7763b43f83f8b222ffd30da0aa905
parent5e7090a5a45b47197f824abd0c5e35d53537f8ad
Author: Alex Rousskov <rousskov@measurement-factory.com>
Fixed memory leaks related to Range requests.

HttpRequest::range field could be cleared without destroying HttpHdrRange
object in clientInterpretRequestHeaders().

The range field is essentially a cached value of the parsed Range header.
Managing the cache outside its owner object is a bad idea.
src/client_side_request.cc