Skip to content
Snippets Groups Projects
Commit 01bfa59b authored by Vladislav Shpilevoy's avatar Vladislav Shpilevoy Committed by Konstantin Osipov
Browse files

iproto: fix error with unstoppable batching

IProto connection stops to read input on reached request limit.
But when multiple requests are in a batch, the IProto does not
check the limit, so it can be violated.

Lets check the limit during batch parsing after each message too,
not only once before parsing.
parent 0ecb8eba
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment