6 ms·
Wouldn't this be solved by sending a Cache-Control: public, max-age=<long-duration-in-seconds> header so that the assets can be stored in ISP proxy caches as w
by yusufg 15y ago
Wouldn't this be solved by sending a
Cache-Control: public, max-age=<long-duration-in-seconds> header so that the assets can be stored in ISP proxy caches as well as browsers on-disk caches
- mcpherrinm 15y agoThe problem is that ISP caches are essentially impossible with SPDY, because of mandatory TLS.
- JoshTriplett 15y agoI'd consider that a feature, not a bug. Transparent proxies considered harmful, especially when done without informing their users. A SPDY client that trusts a particular proxy could easily allow that proxy to operate on its behalf, and SPDY would actually make that far more efficient.