elnuno

Results 3 comments of elnuno

I think it's possible, we'd need to create a Lua script that has more or less the same behavior the other ones have. I can try to write a quick...

Any updates on this? Is it up for grabbing or should I leave it be? :)

The fix is trivial: edit `if response.chunked:` to `if hasattr(response, 'chunked') and response.chunked:` in line 100 of `cachecontrol/adapter.py`. Added as a PR.