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
Unless loading an already-compressed file, the HTTP resource provider should set an Accept-Encoding: gzip header and, depending on the Content-Encoding header of the response, transparently upgrade the resource to gzip compression.
We should also have some integration tests for this, preferably without relying on actual internet connectivity (because that would break the nix build).
The text was updated successfully, but these errors were encountered:
Unless loading an already-compressed file, the HTTP resource provider should set an
Accept-Encoding: gzip
header and, depending on theContent-Encoding
header of the response, transparently upgrade the resource to gzip compression.We should also have some integration tests for this, preferably without relying on actual internet connectivity (because that would break the nix build).
The text was updated successfully, but these errors were encountered: