libreoffice-online/net
Ashod Nakashian 71f4597059 wsd: WebSocket state is a property of the socket
This resolves the erroneous warnings of pinging
on a non-upgraded (i.e. HTTP) socket.

This was due to the fact that we moved the socket
from one SocketHandlerInterface to a WebSocketHandler
after upgrading and since the WSState was a property
of the handler, the WebSocketHandler didn't know
that the socket had already been upgraded.

Also other cosmetics and cleanups.

Change-Id: I1a88edef750117ed551d23245e49380371561422
Reviewed-on: https://gerrit.libreoffice.org/49911
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2018-02-23 16:42:22 +01:00
..
clientnb.cpp loplugin:nullptr 2017-12-20 22:36:41 +05:30
DelaySocket.cpp loplugin:includeform 2017-12-20 21:21:05 +05:30
DelaySocket.hpp Initial DelaySocket goodness. 2017-04-22 18:42:16 +01:00
ServerSocket.hpp Add IPv6 support, and configuration option. 2018-01-09 22:03:17 +00:00
Socket.cpp wsd: WebSocket state is a property of the socket 2018-02-23 16:42:22 +01:00
Socket.hpp wsd: WebSocket state is a property of the socket 2018-02-23 16:42:22 +01:00
Ssl.cpp loplugin:nullptr 2017-12-20 22:36:41 +05:30
Ssl.hpp Make the WSD SSL cipher list configurable. 2017-11-22 15:55:03 +00:00
SslSocket.hpp wsd: avoid misleading socket error logs 2018-01-22 10:14:17 +01:00
WebSocketHandler.hpp wsd: WebSocket state is a property of the socket 2018-02-23 16:42:22 +01:00