Skip to content
Snippets Groups Projects
  • Craig Tiller's avatar
    d9e6413f
    Fix server side large message receiving · d9e6413f
    Craig Tiller authored
    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.
    d9e6413f
    History
    Fix server side large message receiving
    Craig Tiller authored
    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.