258 259 260
# File 'lib/http/protocol/http2/connection.rb', line 258 def create_stream(stream_id = next_stream_id) Stream.new(self, stream_id) end