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