# File lib/thin/request.rb, line 101
    def content_length
      @env[CONTENT_LENGTH].to_i
    end