# File lib/rack/handler/webrick.rb, line 21 21: def initialize(server, app) 22: super server 23: @app = Rack::ContentLength.new(app) 24: end