You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cthulhu-rider
changed the title
client: GetRange handler misses some invalid messages sequences
client: Get and GetRange handlers miss some invalid messages sequences
Dec 10, 2024
Get(Range)
response payload is defined as oneof, but messages must be streamed in a strict order:chunk
orsplit_info
fieldCurrent Behavior
split_info
afterchunk
-> split info error (Range)chunk
aftersplit_info
-> split info errorExpected Behavior
unexpected message instead of chunk part: *object.SplitInfo
errorunexpected message after split info response
errorSteps to Reproduce
Client
ops #641Regression
no
Your Environment
The text was updated successfully, but these errors were encountered: