No description
0c19d81fee
It's necessary to do the SSL handshake and to get the request (if we get there) on accepting so by the time we poll we know what SSL needs to do next. No reason to read on first poll when we should be expecting a request upon connection anyway. Change-Id: I8eecaad5f8450075d45e487702972418cad125bc |
||
---|---|---|
bundled/include/LibreOfficeKit | ||
common | ||
debian | ||
etc | ||
kit | ||
loleaflet | ||
net | ||
scripts | ||
test | ||
tools | ||
wsd | ||
.clang-tidy | ||
.gitignore | ||
.gitreview | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
INSTALL | ||
loolstat | ||
loolwsd-systemplate-setup | ||
loolwsd.service | ||
loolwsd.spec.in | ||
loolwsd.xml.in | ||
Makefile.am | ||
maketarballfordeb.sh.in | ||
NEWS | ||
PROBLEMS | ||
README | ||
robots.txt | ||
sysconfig.loolwsd | ||
TODO |
LibreOffice Online. This project has several components: wsd/ The Web Services Daemon - which accepts external connections. kit/ The client which lives in its own chroot and renders documents. common/ Shared code between these processes. loleaflet/ The client side JavaScript component. It is recommended to read these files: wsd/README loleaflet/README Enjoy.