class Protocol::HTTP::Body::Readable
def call(stream)
def call(stream) # Flushing after every chunk is inefficient, but it's also a safe default. self.each do |chunk| stream.write(chunk) stream.flush end end
def call(stream) # Flushing after every chunk is inefficient, but it's also a safe default. self.each do |chunk| stream.write(chunk) stream.flush end end