This commit is contained in:
Chris Lu
2020-03-26 00:09:01 -07:00
parent 7f0d87b206
commit dd5b582d05
8 changed files with 42 additions and 35 deletions

View File

@@ -91,7 +91,6 @@ func (ce *CommandEnv) AdjustedUrl(hostAndPort string) string {
return hostAndPort
}
func parseFilerUrl(entryPath string) (filerServer string, filerPort int64, path string, err error) {
if strings.HasPrefix(entryPath, "http") {
var u *url.URL