Exception: LibWebSocket::Frame::Error::NoStatusRcvd
- Inherits:
-
LibWebSocket::Frame::Error
- Object
- RuntimeError
- Error
- LibWebSocket::Frame::Error
- LibWebSocket::Frame::Error::NoStatusRcvd
- 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
Instance Method Details
#status_code ⇒ Object
50 |
# File 'lib/libwebsocket/frame/error.rb', line 50 def status_code; 1005; end |