Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tolerate .tar files that pretend to be .tar.gz files #589

Open
gaborcsardi opened this issue Jan 29, 2024 · 0 comments
Open

Tolerate .tar files that pretend to be .tar.gz files #589

gaborcsardi opened this issue Jan 29, 2024 · 0 comments

Comments

@gaborcsardi
Copy link
Member

gaborcsardi commented Jan 29, 2024

This happens when a web server claims Content-Encoding: x-gzip but it does not compresses the content.

We could also set

h <- curl::new_handle(accept_encoding = NULL)

which means that libcurl will not send an accept-encoding header, so the server should not claim Content-Encoding: x-gzip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant