]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Matthew Morgan <atcs.matthew@gmail.com>
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Apr 2010 09:49:57 +0000 (21:49 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Apr 2010 09:49:57 +0000 (21:49 +1200)
commit11e3fa1c4b0af96ebdeea9a52f776b657900a604
tree5ed04161c9219acd89981752f10c9d92e1d00e50
parent871c031f4531c57417a6f67df0b4aad279544679
Author: Matthew Morgan <atcs.matthew@gmail.com>
Add acl support to range_offset_limit.

It is being parsed using the same data types as reply_body_max_size,
which means the limit value gets run through parseBytesLine64, and the
acl is optional.

If people are using the old global style of range_offset_limit, they
shouldn't have to do anything to their configs.

getRangeOffsetLimit is now a member of HttpRequest, and it caches it's
value the same way reply_body_max_size does for faster repeat checking.
src/HttpHdrRange.cc
src/HttpHeaderRange.h
src/HttpRequest.cc
src/HttpRequest.h
src/cf.data.pre
src/client_side.cc
src/http.cc
src/store_client.cc
src/structs.h