You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! Flask-caching currently happily caches non-2xx/3xx responses returned from view functions and classes, but not raised werkzeug HTTPExceptions. It'd be nice if it could!
I'm going to try to hack this into a wrapper, I'll post back here once I have that working.
The text was updated successfully, but these errors were encountered:
snarfed
added a commit
to snarfed/webutil
that referenced
this issue
Jan 25, 2023
Hi all! Flask-caching currently happily caches non-2xx/3xx responses returned from view functions and classes, but not raised werkzeug HTTPExceptions. It'd be nice if it could!
I'm going to try to hack this into a wrapper, I'll post back here once I have that working.
The text was updated successfully, but these errors were encountered: