forked from TrueCloudLab/distribution
Revert "registry/client: set Accept: identity header when getting layers"
This reverts commit 16f086a0ec
.
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
fb2188868d
commit
9c04d0b30a
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue