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 set a content-encoding of 'custom' for a response Miniflare is generating and for some reason it seems to be stripped off when the caller receives it. When I run it in deployed Cloudflare Workers that is not the case & the content-encoding is returned successfully.
Additionally, I noticed that the vary header is not set in the response when accept-encoding is sent (edge returns vary: accept-encoding).
The text was updated successfully, but these errors were encountered:
I set a content-encoding of 'custom' for a response Miniflare is generating and for some reason it seems to be stripped off when the caller receives it. When I run it in deployed Cloudflare Workers that is not the case & the content-encoding is returned successfully.
Additionally, I noticed that the
vary
header is not set in the response whenaccept-encoding
is sent (edge returnsvary: accept-encoding
).The text was updated successfully, but these errors were encountered: