# File lib/thin/response.rb, line 78
    def each
      yield head
      @body.each do |chunk|
        yield chunk
      end
    end