Comment 1 for bug 120697

Revision history for this message
Vincent Ladeuil (vila) wrote : Re: bzr shouldn't bypass http caches

Buggy proxies (returning stale data) have been encountered in the past.
If a cache gives us older versions of some files, and newer versions of others, we'll see the repository as broken.
Therefore, bzr explicitly bypass cache by using a 'no-cache' directive as Roland rightly deduced.

The attached patch disables that behavior. Use at your own risk.