Jordan Cook

Results 203 comments of Jordan Cook

You're correct, the current level of support for streaming requests is making sure the stream can be played back correctly when returned from the cache. In other words, chunking behavior...

Thanks for the example. I'm guessing `Content-Length` isn't being set correctly. I'll look into it!

I don't think that's related, though. Could you create a separate issue for that, please?

I think what you're describing is best handled by [conditional requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Conditional_requests). For any servers that support it, requests-cache will send a conditional request, and if the remote content hasn't changed,...

Another relevant piece of info: in 1.0 (beta), there is now also a `CachedResponse.revalidated` attribute that indicates if the response was revalidated by a conditional request. I'll close this issue...

I see. Adding a new attribute would be reasonable. I'll keep this open, then.

Thanks for the reproducible example! I'm a little busier than usual right now, but I'll look into this as soon as I get the chance.

Just FYI, I haven't forgotten about this. I have spent some time trying to debug it, but it's a tricky one. Part of the problem was threads not releasing their...

This has been an especially challenging one because there are several contributing factors, but I believe I'm close to getting this fixed.

@lazka Some improvements related to this are now available in v1.1. I don't think this is completely fixed, though, since running your test still occasionally gives me some `DatabaseError`s like...