We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
server responds to ObjectService.Search with stream of messages containing sets of object IDs. Each object ID must be 32 byte len
ObjectService.Search
if the next ID has an invalid length:
Read
Iterate
op is failed on any invalid ID
check and fail
Client
no
The text was updated successfully, but these errors were encountered:
No branches or pull requests
server responds to
ObjectService.Search
with stream of messages containing sets of object IDs. Each object ID must be 32 byte lenCurrent Behavior
if the next ID has an invalid length:
Read
leaves buffer cell uninitialized w/o an errorIterate
passes the last valid ID into handler w/o an errorExpected Behavior
op is failed on any invalid ID
Possible Solution
check and fail
Steps to Reproduce
Client
ops #641Regression
no
Your Environment
The text was updated successfully, but these errors were encountered: