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