# File lib/puma/minissl.rb, line 112
      def initialize(socket, ctx)
        @socket = socket
        @ctx = ctx
      end