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

fix downloads from gh-pages sites #539

Open
rvagg opened this issue Dec 26, 2013 · 1 comment
Open

fix downloads from gh-pages sites #539

rvagg opened this issue Dec 26, 2013 · 1 comment

Comments

@rvagg
Copy link
Contributor

rvagg commented Dec 26, 2013

Underscore, Backbone, Modernizr, MinifiedJS all seem to suffer intermittently from this problem; build gets "zero-length source", as does a curl to the source url (but curl again and you get it!).

@rvagg
Copy link
Contributor Author

rvagg commented Dec 26, 2013

$ curl -vv http://underscorejs.org/underscore.js
* Adding handle: conn: 0x110bdf0
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x110bdf0) send_pipe: 1, recv_pipe: 0
* About to connect() to underscorejs.org port 80 (#0)
*   Trying 207.97.227.245...
* Connected to underscorejs.org (207.97.227.245) port 80 (#0)
> GET /underscore.js HTTP/1.1
> User-Agent: curl/7.32.0
> Host: underscorejs.org
> Accept: */*
> 
< HTTP/1.1 302 Found
< Connection: close
< Pragma: no-cache
< cache-control: no-cache
< Location: /underscore.js
< 
* Closing connection 0

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

2 participants