Method: Protocol::HTTP2::Framer#close

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

#closeObject

Close the underlying stream.



62
63
64
# File 'lib/protocol/http2/framer.rb', line 62

def close
  @stream.close
end