forked from TrueCloudLab/frostfs-api-go
c814cc62fa
There is a issue when user sends payload chunk to the neofs node, but node closes connection earlier, e.g. node can return error as soon as it checked ACL permission and denied request. In this case client will receive EOF error and it produces `could not send payload bytes to Put object stream` error, but in fact there is different error. If we ignore EOF there then `stream.CloseAndRecv()` return correct error message later. Signed-off-by: Alex Vanin <alexey@nspcc.ru> |
||
---|---|---|
.. | ||
accounting.go | ||
client.go | ||
client_test.go | ||
container.go | ||
object.go | ||
opts.go | ||
session.go |