Quantcast
Channel: feed2exec:b255d70df870e8dd489c548f44e48f9aafe6a1ac commits
Viewing all articles
Browse latest Browse all 39

fix broken cache adapter support

$
0
0
We did not need to pass the if-modified-since header. All that was needd was that we lookup (and return!) the cache value properly. So also remove that from the database. The way things were setup, the `get` parameter was returning something CacheControl was not expecting (a tuple) instead of the proper thing (a single blob). Our `value` lookup was also failing, and was irrelevant. We also don't need to keep the adapter around, it's already present in the session's adapters member.

Viewing all articles
Browse latest Browse all 39

Trending Articles