Method: HTTP::Protocol::HTTP2::Connection#write_frame
- Defined in:
- lib/http/protocol/http2/connection.rb
#write_frame(frame) ⇒ Object
157 158 159 160 |
# File 'lib/http/protocol/http2/connection.rb', line 157 def write_frame(frame) # puts "#{self.class} #{@state} write_frame: class=#{frame.class} flags=#{frame.flags} length=#{frame.length}" @framer.write_frame(frame) end |