Skip to content
Snippets Groups Projects
Commit d9e6413f authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix server side large message receiving

The check for whether to request more data was all messed up.
On the client this needs to be after initial metadata is sent to guarantee that we have a live stream, but there's no such requirement at the server. Fix this.

I also ran clang-format across the code so there are some formatting changes.
parent 4a858990
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment