Eric Larson
Eric Larson
That is a tough one! I'm curious about what qualifies as "shared". For example, if I were using the file cache, would using a different directory be enough to be...
@jowrjowr My understanding, which I'll admit might be wrong, would be a caching proxy where multiple users are sharing static resources in the same cache. In a client, it gets...
@jowrjowr Ah OK, that does make sense why that would be difficult. I'm reluctant to simply stop caching when `private` is declared, but I do think it would make sense...
@dstufft So, in thinking about things a bit, I think that for the time being, it is probably better to avoid hidden state by adding the `should_cache` method to the...
Also, I won't be adding any other cache implementations to CacheConrol proper. I'd much rather you create your own package and submit a PR to the docs linking to it.
@itamarst I'm definitely OK getting others to help with the maintenance. I don't have any plans for major changes, but I'm fine if folks wanted to continue to evolve things...
@itamarst Fair enough! I released 0.12.7. If you did have a PR to perform a release from a tag I would certainly be grateful. I'll also do an audit of...
@svanoort I'm not able to reproduce this in a test with the headers you mentioned. Do you mind sending the actual response headers? Also, are you using any heuristics or...
As it has been a while, I could be wrong, but I think there were some difficulties taking the urllib3 response and converting it to the requests response and back...
I realize this is pretty old, but do you mind rebasing on the latest master?