Fix head --raw
request handling for EC #1271
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ func (a *assemblerec) tryGetChunkFromLocalStorage(ctx context.Context, ch object
|
|||
return nil
|
||||
}
|
||||
var addr oid.Address
|
||||
addr.SetContainer(addr.Container())
|
||||
addr.SetContainer(a.addr.Container())
|
||||
|
||||
addr.SetObject(objID)
|
||||
var object *objectSDK.Object
|
||||
if a.head {
|
||||
|
|
Loading…
Reference in a new issue
Shame on me
It seems like another bug, what could happen here?
The local chunk was never taken in the assembly of the object.