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