Hi all,

In getNumSSLThreads(), there is the following comment:

  // Set number of ssl threads equal to num of processors if
  // SSL is enabled so it will scale properly. If SSL is not
  // enabled, leave num of ssl threads one, incase a remap rule
  // requires traffic server to act as an ssl client.

However, if SSL is not enabled. getNumSSLThreads() returns 0. In this case, 
SSLNetProcessor::start() will fail.

So is the code wrong or is the commend wrong?

J

Reply via email to