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
I'm trying to figure out how to use stampede on a single route level with compress middleware.
The issue is that compress middleware adds a Content-Encoding header before stampede will cache it. So on the next request data with Content-Encoding would be returned as is, because compress middleware would think that data has been compressed.
I'm willing to raise a PR fix, but not fully sure about direction. Is it an issue with compression logic or caching?
The text was updated successfully, but these errors were encountered:
I'm trying to figure out how to use stampede on a single route level with compress middleware.
The issue is that compress middleware adds a
Content-Encoding
header before stampede will cache it. So on the next request data withContent-Encoding
would be returned as is, because compress middleware would think that data has been compressed.I'm willing to raise a PR fix, but not fully sure about direction. Is it an issue with compression logic or caching?
The text was updated successfully, but these errors were encountered: