# File lib/rack/response.rb, line 137
      def content_length
        cl = headers["Content-Length"]
        cl ? cl.to_i : cl
      end