commit | ff1300e626949fa9850b0f91dc5e8c2cb45b6a88 | [log] [tgz] |
---|---|---|
author | Brandon Carpenter <brandon.carpenter@cypherpath.com> | Tue Sep 12 08:21:49 2017 -0700 |
committer | Daniel P. Berrange <berrange@redhat.com> | Wed Oct 04 13:21:53 2017 +0100 |
tree | 197f76576bfb71b5bf918a35f610b11fd6ca0618 | |
parent | eefa3d8ef649f9055611361e2201cca49f8c3433 [diff] |
io: Add support for fragmented websocket binary frames Allows fragmented binary frames by saving the previous opcode. Handles the case where an intermediary (i.e., web proxy) fragments frames originally sent unfragmented by the client. Signed-off-by: Brandon Carpenter <brandon.carpenter@cypherpath.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>