Exception: LibWebSocket::Frame::Error::MessageTooBig

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

Overview

1009 indicates that an endpoint is terminating the connection because it has received a message which is too big for it to process.

Instance Method Summary collapse

Methods inherited from LibWebSocket::Frame::Error

#clean_close?

Instance Method Details

#status_codeObject



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

def status_code; 1009; end