Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Set User-Agent: HTTP header #836

Closed
wants to merge 1 commit into from
Closed

Conversation

saper
Copy link
Member

@saper saper commented Apr 4, 2015

No description provided.

@am11
Copy link
Contributor

am11 commented Apr 11, 2015

Thanks. But what is the real significance of adding UA header in node-sass binary download case?

@saper
Copy link
Member Author

saper commented Apr 11, 2015

It is always good to have it; I noticed we don't have one when I was testing proxy settings and #775 change - http-server just shows "undefined". I am sure corporate local mirrors would really have a proper User-Agent set for their logs.

@am11
Copy link
Contributor

am11 commented Apr 11, 2015

Thanks. 👍

(having a reason for change is good for future reference 😉)

@xzyfer
Copy link
Contributor

xzyfer commented Apr 27, 2015

I agree this is useful. Scheduled it for 3.0.0.

@xzyfer xzyfer added this to the 3.0 milestone Apr 27, 2015
@@ -25,6 +25,13 @@ function download(url, dest, cb) {
cb(typeof err.message === 'string' ? err.message : err);
};

var package = require('../package.json');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this to the top with the rest of the requires

@xzyfer
Copy link
Contributor

xzyfer commented Apr 28, 2015

Can you please rebase this off master? It's conflicting with recent updates.

This was referenced Apr 29, 2015
@xzyfer
Copy link
Contributor

xzyfer commented Apr 29, 2015

Superseded by #907

@xzyfer xzyfer closed this Apr 29, 2015
jiongle1 pushed a commit to scantist-ossops-m2/node-sass that referenced this pull request Apr 7, 2024
Don't crash with encountering a css comment in a function definition
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants