Comment 6 for bug 120697

Revision history for this message
John A Meinel (jameinel) wrote : Re: bzr shouldn't bypass http caches

As an aside, is squid smart enough to cache readv() requests? Does it just request the whole file, and then return the pieces?

Otherwise, I'm guessing that Bazaar is still going to be unfriendly to caches, because it makes requests for pieces of the files. (which is sometimes the whole file, but the proxy wouldn't know whether 0-1111 is the whole file, or if there is a byte 1112.)