Class: HTTP2::Client
- Inherits:
-
Object
- Object
- HTTP2::Client
- Defined in:
- lib/lowdown/connection.rb
Instance Method Summary collapse
Instance Method Details
#connection_management(frame) ⇒ Object
12 13 14 15 16 17 18 19 |
# File 'lib/lowdown/connection.rb', line 12 def connection_management(frame) if @state == :waiting_connection_preface send_connection_preface connection_settings(frame) else super(frame) end end |