Client ignores https://github.com/nspcc-dev/neofs-api/blob/e66b25d4bf2afc4472023e1e2c2467f694f5a0e1/object/service.proto#L699. Now server can respond with any value, even negative
no error may be OK when value is unset. Its presence in the protocol is very questionable to me
Current Behavior
field is ignored
Expected Behavior
field is verified
Possible Solution
require equality to the requested one. As option, also allow zero
Steps to Reproduce
Regression
no
Clientignores https://github.com/nspcc-dev/neofs-api/blob/e66b25d4bf2afc4472023e1e2c2467f694f5a0e1/object/service.proto#L699. Now server can respond with any value, even negativeno error may be OK when value is unset. Its presence in the protocol is very questionable to me
Current Behavior
field is ignored
Expected Behavior
field is verified
Possible Solution
require equality to the requested one. As option, also allow zero
Steps to Reproduce
Clientops #641Regression
no