No description
f5bf8aa64a
When sending back response of tile or tilecombine type the payload of the PNG image is implicitly the remainder of the WS message. While this works fine for single-tile cases it prevents us from combining tile responses into one to reduce latency and overheads. Change-Id: Iefeeed7e1a46be322c973ccf74f2bdb668d7cf30 Reviewed-on: https://gerrit.libreoffice.org/25338 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> |
||
---|---|---|
loleaflet | ||
loolwsd | ||
scripts | ||
.gitreview | ||
README |
LibreOffice on-line. This project fundamentally has two pieces: loolwsd/ The server side component. loleaflet/ The client side component. First compile loolwsd, and then loleaflet. Since you need both of these to get things working, it is recommended to read the READMEs in both projects. Enjoy.