sociomantic-tsunami / dlsproto

Distributed Log Store protocol definition, client, fake node, and tests
Boost Software License 1.0
3 stars 18 forks source link

Don't send the empty batch before Finished message #64

Closed nemanja-boric-sociomantic closed 6 years ago

nemanja-boric-sociomantic commented 6 years ago

There's no point in sending the empty batch if it will be followed by the Finished message. The finished message alone is enough to end the request.

Fixes #62

Alternative to #63