Skip to content

Fix backend URL parsing

Jacob Vosmaer (GitLab) requested to merge urlparser into master

Our fancy custom flag parser broke in Go 1.7. Also, the new 'strict TCP connection' feature was not handling backend hosts like localhost:3000 (it was panicking).

Fixes:

https://gitlab.com/gitlab-org/gitlab-workhorse/issues/54 https://gitlab.com/gitlab-org/gitlab-workhorse/issues/53

Merge request reports