Add scheme before attempting URL parsing. (#75)
authorBrian Brazil <brian-brazil@users.noreply.github.com>
Sat, 5 Nov 2016 12:12:27 +0000 (12:12 +0000)
committerGitHub <noreply@github.com>
Sat, 5 Nov 2016 12:12:27 +0000 (12:12 +0000)
commit5c6496b80d0ee5d8f7983fe9dd6a00edcb6de9c8
tree8f617b6c013b3fb9a1d57f6763d69ac66964da13
parent8cf960535bd8734e84e344cdd2c881bbd6dc2065
Add scheme before attempting URL parsing. (#75)

The url parsing is treating URLs without schemes
as paths rather than hosts.
http.go