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

http.go: adjust args parse order #59

Merged
merged 1 commit into from
Sep 4, 2017

Commits on Aug 31, 2017

  1. http.go: adjust args parsing order to fix missing header issue

    when running `bat github.com X-Auth-Token:dGhpcyBpcyBhIGJhc2U2NCB0b2tlbg==`,
    the X-Auth-Token will fail to be parsed as http header as it contains =, which will be parsed before :
    
    just a quick fix, to parse : first
    iamzhout committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    5725cae View commit details
    Browse the repository at this point in the history