]> git.ipfire.org Git - thirdparty/squid.git/commit
Account for Store disk client quota when bandwidth-limiting the server.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 21 Jul 2012 04:12:30 +0000 (22:12 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 21 Jul 2012 04:12:30 +0000 (22:12 -0600)
commit9833e8822dcd5bf817d58ccc0df632005118f304
treec0c8ed617c8d1a0dc411ef7c7a61d51fefc38c96
parent8e21037d844e9ec5402eb515d5548de78c13b5aa
Account for Store disk client quota when bandwidth-limiting the server.

It is not clear why the store client type matters when
MemObject::mostBytesAllowed() is trying to find the maximum delay pool
quota for reading from the next hop HTTP server.  Whether the client(s)
are reading from disk or RAM, the corresponding server-side bandwidth
ought to be limited.

This code was removed as a part of bug 3462 investigation, but it is not
needed to fix bug 3462.
src/MemObject.cc