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(timeout): fix syntax error #122

Merged
merged 1 commit into from
Oct 11, 2017
Merged

Conversation

skipjack
Copy link

@skipjack skipjack commented Oct 11, 2017

The : was causing a syntax error to be thrown. It seems that colon and the "User-Agent" bit was unnecessary since the header is already declared as 'User-Agent'.

@Munter tried this on webpack/webpack.js.org#1582 and got the syntax error. You can check the build there to see what I mean. Happy to try again once the this is merged/resolved.

The `:` was causing a syntax error to be thrown. It seems that colon and
the "User-Agent" bit was unnecessary since the header is already declared
as `'User-Agent'`.
@Munter
Copy link
Owner

Munter commented Oct 11, 2017

Now that is a properly stupid copy/paste mistake. I wonder why I didn't catch that myself :'(

@Munter Munter merged commit 155c501 into Munter:fix/defaultTimeout Oct 11, 2017
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

Successfully merging this pull request may close these issues.

2 participants