frostfs-sdk-go/object/transformer
Airat Arifullin cb813e27a8 [#293] object: Fix payload size limiter
* Sending empty chunks by `writeChunk` should not release new
  objects as this doesn't change `payloadSizeLimiter` internal
  state.
* This also fixes the bug with patcher when an offset of a patch
  equals to `MaxSize` - `payloadSizeLimiter` releases object again
  although state is the same. This led to error because EC-encoder
  receieved empty payload and couldn't not process it.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2024-11-07 12:11:19 +00:00
..
channel.go [#64] transformer: Simplify interface 2023-07-11 07:33:12 +00:00
channel_test.go [#190] sdk-go: Gofumpt fixes 2023-11-22 19:21:20 +03:00
hasher.go [#19] transformer: Fix dependencies 2023-03-16 09:51:03 +03:00
size_hint_test.go [#190] sdk-go: Pass user.ID by value 2023-11-22 19:21:20 +03:00
transformer.go [#293] object: Fix payload size limiter 2024-11-07 12:11:19 +00:00
transformer_test.go [#293] object: Fix payload size limiter 2024-11-07 12:11:19 +00:00
types.go [#237] pool: Return creation epoch from object put 2024-07-22 06:15:23 +00:00