]> 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>
Mon, 18 Jun 2012 23:13:05 +0000 (17:13 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 18 Jun 2012 23:13:05 +0000 (17:13 -0600)
commit3196afc2da4668c347dc97822651e2f6488c3202
tree331d9a2ea7102a2d957f8c52f6cf892b70fba80c
parent384a7590f83c5d2115fa555b1a0ca6ae30d43208
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