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