class ActionDispatch::Response

def each(&block)

def each(&block)
  sending!
  x = @stream.each(&block)
  sent!
  x
end