Finish updating tests for now
This commit is contained in:
parent
9fe12929b4
commit
509e7ecf8a
2 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ func connectAndGetViaProxy(targetHost, resource, proxyAddr, httpTargetVer, proxy
|
|||
} else {
|
||||
req.Host = targetHost
|
||||
}
|
||||
req.URL, err = url.Parse("https://" + req.Host)
|
||||
req.URL, err = url.Parse("https://" + req.Host + "/") // TODO: appending "/" causes file server to NOT issue redirect...
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue