frostfs-node/pkg/services/object_manager/transformer
Leonard Lyubich 1b5ac0f2ae [#55] object/transformer: Fix NPE in case of empty payload
In previous implementation payload size limiter panicked in case of payload
emptiness. It was caused by the component waiting for at least one write of
a part of the payload.

Fix NPE occurrence with internal initialization after the WriteHeader call.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-10-02 11:25:36 +03:00
..
fmt.go [#30] object_manager: Implement object transformers 2020-10-02 11:25:35 +03:00
transformer.go [#55] object/transformer: Fix NPE in case of empty payload 2020-10-02 11:25:36 +03:00
types.go [#30] object_manager: Implement object transformers 2020-10-02 11:25:35 +03:00