Protocol::HTTP2SourceProtocolHTTP2FlowControlError

class FlowControlError

Raised on invalid flow control frame or command.

Definitions

def initialize(message)

Initialize a flow control error.

Signature

parameter message String

The error message.

Implementation

def initialize(message)
	super message, FLOW_CONTROL_ERROR
end