You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2004/07/21 22:57:31 UTC

DO NOT REPLY [Bug 30243] - Content Caching?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30243>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30243

Content Caching?





------- Additional Comments From ozeigermann@apache.org  2004-07-21 20:57 -------
Could you explain your patch, please? The only part I do understand is

            if (globalSize + byteSize <= maxByteSize) {

instead of

            if (globalSize + byteSize > maxByteSize) {

which really seems to be a bug, but most certainly it is nonsense to comment out
freeing byte counts of the resource that maybe get overwritten by the new put:

                //freeBytes(key);

Am I wrong?

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org