Conversation
…delegates or election list)
|
Latest update on this: I have a PR in that fixes the bug in Cachecontrol that wasn't playing nice with AP's response headers; tests were failing due to some strange side effect, but a minor change seems to have fixed it. Next step is to reconcile this branch with master and get Cachecontrol's maintainer to roll a new release. |
|
This should not be merged until CacheControl is updated despite passing tests. |
|
I guess I should mention why :) The old version of CacheControl (still specified in requirements.txt until @ionrock makes a new release) has a small bug that causes 304 and 301 responses to skip the entire caching mechanism rather than running the specified heuristic (etag, in our case, per the AP's cache headers). Because of the nature of the bug, it won't hurt anything per se, but it also won't cache anything. So we should wait and rerun the tests when the new CacheControl comes out. |
…w ELEX_CACHE_DIRECTORY variable
Opening this up as a work-in-progress. Nearly done though.