mirror of
https://github.com/square/okhttp.git
synced 2025-11-27 18:21:14 +03:00
This means we'll cache responses that use an 'Authorization' header. This means OkHttp's cache shouldn't be used on middleboxes that sit between user agents and the origin server; in practice this is never a use case for OkHttp. Fixes https://github.com/square/okhttp/issues/1035