Enumeration
SoupWebsocketError
Members
Name | Description |
---|---|
SOUP_WEBSOCKET_ERROR_FAILED |
A generic error. |
SOUP_WEBSOCKET_ERROR_NOT_WEBSOCKET |
Attempted to handshake with a server that does not appear to understand WebSockets. |
SOUP_WEBSOCKET_ERROR_BAD_HANDSHAKE |
The WebSocket handshake failed because some detail was invalid (eg, incorrect accept key). |
SOUP_WEBSOCKET_ERROR_BAD_ORIGIN |
The WebSocket handshake failed because the “Origin” header was not an allowed value. |