~rousskov/squid/3p1-rock

Viewing all changes in revision 9617.

  • Committer: Alex Rousskov
  • Date: 2010-07-13 16:28:29 UTC
  • Revision ID: rousskov@measurement-factory.com-20100713162829-qy1gvzhqupm2qvmw
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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: