Merge pull request #1958 from spacexnice/master

remoteURL parameter error cause  challenge cache not working which eventually lead to client manifest request timeout
pull/1966/head
Richard Scothern 2016-09-14 12:33:18 -07:00 committed by GitHub
commit 835b04c004
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ func (r *remoteAuthChallenger) tryEstablishChallenges(ctx context.Context) error
remoteURL := r.remoteURL
remoteURL.Path = "/v2/"
challenges, err := r.cm.GetChallenges(r.remoteURL)
challenges, err := r.cm.GetChallenges(remoteURL)
if err != nil {
return err
}