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