Method: Protocol::HTTP2::Connection#active_streams

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

#active_streamsObject



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

def active_streams
	# TODO inefficient
	@streams.each_value.select(&:active?)
end