Method: HTTPX::Connection::HTTP2#exhausted?

Defined in:
lib/httpx/connection/http2.rb

#exhausted?Boolean

Returns:

  • (Boolean)


101
102
103
# File 'lib/httpx/connection/http2.rb', line 101

def exhausted?
  !@max_requests.positive?
end