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

Downloads: application/x-xz != text/plain (+ no Content-Disposition!) #1600

Closed
lol768 opened this issue Mar 24, 2018 · 4 comments
Closed

Downloads: application/x-xz != text/plain (+ no Content-Disposition!) #1600

lol768 opened this issue Mar 24, 2018 · 4 comments

Comments

@lol768
Copy link

lol768 commented Mar 24, 2018

$ curl -v https://nodejs.org/dist/v8.10.0/node-v8.10.0-linux-x64.tar.xz 1>/dev/null 2>&1 | grep "Content-Type"
Content-Type: text/plain
$ curl -v https://nodejs.org/dist/v8.10.0/node-v8.10.0-linux-x64.tar.xz 1>/dev/null 2>&1 | grep -c "Content-Disposition" 
0

image

@fhemberger
Copy link
Contributor

fhemberger commented Mar 26, 2018

/cc @nodejs/build Can you please look into this issue?

@gibfahn
Copy link
Member

gibfahn commented Mar 26, 2018

I think this is the same problem as nodejs/node#19531

@thenishchalraj
Copy link

Hey! this issue has been resolved now. I checked on the website a minute ago.

@lol768
Copy link
Author

lol768 commented Mar 29, 2018

curl -v https://nodejs.org/dist/v8.10.0/node-v8.10.0-linux-x64.tar.xz 1>/dev/null 2>&1 | grep "content-type" 
< content-type: application/x-xz

👏

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

No branches or pull requests

4 participants