class Falcon::Adapters::Output
def read
Read the next chunk from the response body.
def read @chunks ||= @body.to_enum(:each) return @chunks.next rescue StopIteration return nil end
def read @chunks ||= @body.to_enum(:each) return @chunks.next rescue StopIteration return nil end