lib/async/http/protocol/http11.rb in async-http-0.50.12 vs lib/async/http/protocol/http11.rb in async-http-0.50.13

- old
+ new

@@ -30,9 +30,13 @@ def self.bidirectional? true end + def self.trailers? + true + end + def self.client(peer) stream = IO::Stream.new(peer, sync: false) return HTTP1::Client.new(stream, VERSION) end