[go: nahoru, domu]

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

Support = in options #470

Merged
merged 1 commit into from
Apr 20, 2017
Merged

Support = in options #470

merged 1 commit into from
Apr 20, 2017

Conversation

Sjord
Copy link
Contributor
@Sjord Sjord commented Apr 19, 2017

Because of the split on the equals sign, only the value before the first = is
used. For example, if you have USERAGENT=aaa=bbb, the useragent should be set
to aaa=bbb and only the first = should be used for the split.

Because of the split on the equals sign, only the value before the first `=` is
used. For example, if you have USERAGENT=aaa=bbb, the useragent should be set
to aaa=bbb and only the first `=` should be used for the split.
@sullo sullo merged commit c28807d into sullo:master Apr 20, 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.

None yet

2 participants