GitHub user mike-jumper opened a pull request:
https://github.com/apache/guacamole-server/pull/149
GUACAMOLE-324: Correct buffer usage such that the entire buffer is written,
even if multiple attempts are required.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/guacamole-server correct-buffer
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-server/pull/149.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #149
----
commit 9705b39c2b43910e04cd76e7008fcec9a9b9b4c8
Author: Michael Jumper <mjumper@...>
Date: 2018-02-07T05:29:31Z
GUACAMOLE-324: Continuously write chunks of data until entire buffer has
been sent.
----
---