class

HTTP2::Client::PoolSaturatedError

Inherits HTTP2::HTTPError < Exception < Reference < Object

No pooled connection could admit another request, and the pool could neither grow nor wait any longer under its configured policy.

Constructors

new(max_connections : Int32 | Nil, message : String = "HTTP/2 connection pool is saturated")
Source

Instance methods

max_connections
Source