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