1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00

URL related bug fixes and cleanup

This commit is contained in:
Anand Babu (AB) Periasamy
2015-08-30 02:14:24 -07:00
parent 908b58f4c5
commit fddcb821fa
12 changed files with 34 additions and 76 deletions

View File

@@ -39,10 +39,6 @@ var (
return probe.NewError(errors.New("Error reading glob URL " + glob + " while comparing with " + request + ".")).Untrace()
}
errInvalidURL = func(URL string) *probe.Error {
return probe.NewError(errors.New("Invalid URL " + URL + ".")).Untrace()
}
errNoMatchingHost = func(URL string) *probe.Error {
return probe.NewError(errors.New("No matching host found for the given URL " + URL + ".")).Untrace()
}