libreoffice-online/net
Ashod Nakashian 6c28ddb07c wsd: exit the kit when we fail to connect to wsd
This prevents the kit from becoming a zombie
when it has an early failure to connect to WSD.

Change-Id: I4e8203b2cc3d80822308236e5b47be0c0c96e9ae
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2022-02-24 07:38:13 -05:00
..
Buffer.hpp Buffer: remove _size member and calculate it from _offset as needed. 2021-11-30 09:32:45 +00:00
clientnb.cpp
DelaySocket.cpp
DelaySocket.hpp
FakeSocket.cpp
FakeSocket.hpp
HttpHelper.cpp
HttpHelper.hpp
HttpRequest.cpp
HttpRequest.hpp
NetUtil.cpp
NetUtil.hpp
ServerSocket.hpp wsd: reduce noisy logs 2022-02-04 10:26:49 -05:00
Socket.cpp wsd: exit the kit when we fail to connect to wsd 2022-02-24 07:38:13 -05:00
Socket.hpp wsd: exit the kit when we fail to connect to wsd 2022-02-24 07:38:13 -05:00
Ssl.cpp wsd: enforce TLSv1.2 as the minimum acceptable version 2022-01-10 21:26:38 +01:00
Ssl.hpp
SslSocket.hpp wsd: reduce debug and generally redundant logs 2022-02-24 07:38:13 -05:00
WebSocketHandler.hpp Handle exceptions in Socket messages processing 2022-01-09 13:15:36 -05:00
WebSocketSession.hpp