[pbs-devel] applied: [PATCH proxmox 0/9] preparation for websocket api
Wolfgang Bumiller
w.bumiller at proxmox.com
Wed Jul 15 15:00:56 CEST 2020
applied series, added a minor Cargo.toml fixup
(expecting some minor follow-ups)
On Tue, Jul 14, 2020 at 01:09:48PM +0200, Dominik Csapak wrote:
> this series adds the necessary bits and pieces for using a
> websocket connection in the api
>
> Dominik Csapak (9):
> proxmox/tools/byte_buffer: improve ByteBuffer interface
> proxmox/tools/byte_buffer: impl Default
> proxmox/tools/websocket: use ready macro for WebSocketWriter
> proxmox/tools/websocket: correctly return eof
> proxmox/tools/websocket: use io::Error and Result explicitely
> proxmox/tools/websocket: improve mask_bytes and create_frame interface
> proxmox/tools/websocket: implement send_control_frame for writer
> proxmox/tools/websocket: replace CallBack with a channel
> proxmox/tools/websocket: add WebSocket implementation
>
> proxmox/Cargo.toml | 3 +-
> proxmox/src/tools/byte_buffer.rs | 97 ++++++----
> proxmox/src/tools/websocket.rs | 296 +++++++++++++++++++++++++------
> 3 files changed, 306 insertions(+), 90 deletions(-)
>
> --
> 2.20.1
More information about the pbs-devel
mailing list