client: No error when last chunk of Get
and GetRange
response overflows requested length
#658
Labels
Milestone
Get
and GetRange
response overflows requested length
#658
when the next chunk from
ObjectService.Get(Range)
response overflows the requested range len,Read()
returnspayload range size overflow
errorCurrent Behavior
no error if this chunk is last
i think in this case smth is definitely wrong with the server and/or data it responds with, and response should be considered invalid
Expected Behavior
error too
Possible Solution
check and fail
Steps to Reproduce
invalid_message_sequence/payload_size_overflow
testcase from Test coverage forClient
ops #641Regression
no
Your Environment
The text was updated successfully, but these errors were encountered: