registry/client: set Accept: identity header when getting layers

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-10-23 16:05:45 +02:00
parent 8234784a1a
commit 16f086a0ec
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -181,6 +181,7 @@ func (hrs *httpReadSeeker) reader() (io.Reader, error) {
// context.GetLogger(hrs.context).Infof("Range: %s", req.Header.Get("Range"))
}
req.Header.Add("Accept-Encoding", "identity")
resp, err := hrs.client.Do(req)
if err != nil {
return nil, err