class

HTTP2::MalformedResponseError

Inherits HTTP2::ProtocolError < Exception < Reference < Object

A malformed peer response. The connection maps this to RST_STREAM(PROTOCOL_ERROR) without closing unrelated streams.

Constructors

new(message : String, stream_id : UInt32)
Source