# File lib/rack/response.rb, line 150 def content_length cl = headers[CONTENT_LENGTH] cl ? cl.to_i : cl end