lib/async/http/protocol/http10.rb in async-http-0.55.0 vs lib/async/http/protocol/http10.rb in async-http-0.56.0
- old
+ new
@@ -30,10 +30,10 @@
def self.bidirectional?
false
end
- def self.trailers?
+ def self.trailer?
false
end
def self.client(peer)
stream = IO::Stream.new(peer, sync: true)