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
DelaySocket.cpp
DelaySocket.hpp
ServerSocket.hpp
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
Ssl.hpp
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