lib/async/http/protocol/http2/client.rb in async-http-0.30.4 vs lib/async/http/protocol/http2/client.rb in async-http-0.31.1
- old
+ new
@@ -32,9 +32,10 @@
def initialize(stream, *args)
@stream = stream
framer = ::HTTP::Protocol::HTTP2::Framer.new(@stream)
+
super(framer, *args)
end
# Used by the client to send requests to the remote server.
def call(request)