# File lib/merb-core/dispatch/request.rb, line 544 def content_length @content_length ||= @env[Merb::Const::CONTENT_LENGTH].to_i end