libreoffice-online/net
Ashod Nakashian 206de871fb wsd: send WS close frame only when we have a socket
sendCloseFrame does check for the socket to be
there, but it logs an error if it isn't because
it assumes we expect to have a socket.

Since we are shutting down, this code could
be triggered on destruction when we no
longer have the socket.

Change-Id: I622a24394632159aa71c1c21c33c0f8a2d5c6250
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2022-12-21 19:41:38 -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 mutex include cleanup. 2022-08-31 21:31:31 +01:00
DelaySocket.hpp mutex include cleanup. 2022-08-31 21:31:31 +01:00
FakeSocket.cpp
FakeSocket.hpp
HttpHelper.cpp add 'Connection: close' header to http responses. 2022-10-04 13:45:58 +02:00
HttpHelper.hpp
HttpRequest.cpp wsd: http: improved logging 2022-08-02 07:51:52 -04:00
HttpRequest.hpp wsd: http: improved logs 2022-11-28 12:50:36 +01:00
NetUtil.cpp
NetUtil.hpp Fix typos in comments 2022-08-23 18:37:44 +02:00
ServerSocket.hpp wsd: make socket FD log prefix implicit and cleanup logs 2022-06-07 09:09:00 +01:00
Socket.cpp wsd: better log levels 2022-12-21 19:41:38 -05:00
Socket.hpp wsd: log closed-socket state on read explicitly 2022-11-28 12:50:36 +01:00
Ssl.cpp wsd: use the default DH parameters in SSL 2022-04-22 09:47:19 +02:00
Ssl.hpp
SslSocket.hpp wsd: ssl: log the operation context in errors 2022-11-21 08:45:34 -05:00
WebSocketHandler.hpp wsd: send WS close frame only when we have a socket 2022-12-21 19:41:38 -05:00
WebSocketSession.hpp wsd: change message logging level to trace 2022-12-07 17:33:11 +03:00