frostfs-sdk-go/client
Leonard Lyubich 8e99e8a818 [#149] client: Do not finish on empty ID list in ObjectListReader
In previous implementation `ObjectListReader.Read` returned `false` on
server responded with empty ID list. This could cause premature end of
reading since the protocol does not forbid intermediate empty lists.

Do not stop if ID list from response body is empty.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-02-24 15:59:09 +03:00
..
status [#127] apistatus: Fix grammar of fromStatusV2 method docs 2022-02-01 17:02:58 +03:00
accounting.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
client.go [#92] client: Add docs about status returns 2022-02-01 17:02:43 +03:00
common.go [#146] client: Customize private key in object HEAD/DELETE 2022-02-21 15:21:37 +03:00
container.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
netmap.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
object_delete.go [#146] client: Customize private key in object HEAD/DELETE 2022-02-21 15:21:37 +03:00
object_get.go [#146] client: Customize private key in object HEAD/DELETE 2022-02-21 15:21:37 +03:00
object_hash.go [#131] client: Re-implement Object Delete and Hash methods 2022-02-18 17:01:08 +03:00
object_put.go [#147] client: Send 3MB per message in ObjectWriter.WritePayloadChunk 2022-02-22 09:09:22 +03:00
object_search.go [#149] client: Do not finish on empty ID list in ObjectListReader 2022-02-24 15:59:09 +03:00
opts.go [#131] client: Remove no longer needed code 2022-02-18 17:01:08 +03:00
raw.go [#111] client: Fix doc comments 2022-01-11 11:03:14 +03:00
reputation.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00
response.go [#131] client: Remove no longer needed code 2022-02-18 17:01:08 +03:00
session.go [#131] client: Name all methods and types the same way 2022-02-18 17:01:08 +03:00