lib/async/http/protocol/http2.rb in async-http-0.50.12 vs lib/async/http/protocol/http2.rb in async-http-0.50.13
- old
+ new
@@ -31,9 +31,13 @@
def self.bidirectional?
true
end
+ def self.trailers?
+ true
+ end
+
CLIENT_SETTINGS = {
::Protocol::HTTP2::Settings::ENABLE_PUSH => 0,
::Protocol::HTTP2::Settings::MAXIMUM_FRAME_SIZE => 0x100000,
::Protocol::HTTP2::Settings::INITIAL_WINDOW_SIZE => 0x800000,
}