Merge pull request #656 from jpoler/master

Increase timeout of http.Client for Docker Registry V2 client.
pull/504/merge
Stephen Day 2015-06-30 19:07:53 -07:00
commit 457c8d1563
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ func NewRepository(ctx context.Context, name, baseURL string, transport http.Rou
client := &http.Client{
Transport: transport,
Timeout: 1 * time.Minute,
// TODO(dmcgowan): create cookie jar
}