Hi, I'm working on implementing a variation of squid's cache replacement policy. My replacement algorithm needs to know the size of an incoming document. How can I get the size of an incoming document when the purge walker is called? Thanks in advance. -Yuan