Exception: LibWebSocket::Frame::Error::NoStatusRcvd

Inherits:
LibWebSocket::Frame::Error show all
Defined in:
lib/libwebsocket/frame/error.rb

Overview

1005 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint. It is designated for use in applications expecting a status code to indicate that no status code was actually present.

Instance Method Summary collapse

Methods inherited from LibWebSocket::Frame::Error

#clean_close?

Instance Method Details

#status_codeObject



50
# File 'lib/libwebsocket/frame/error.rb', line 50

def status_code; 1005; end