Add thread name for SSLHandshakerThread.
This commit is contained in:
parent
59726928bb
commit
ff49bfaeb5
|
@ -1356,7 +1356,7 @@ void Net2::initTLS(ETLSInitState targetState) {
|
|||
|
||||
for (int i = 0; i < threadsToStart; ++i) {
|
||||
++sslHandshakerThreadsStarted;
|
||||
sslHandshakerPool->addThread(new SSLHandshakerThread());
|
||||
sslHandshakerPool->addThread(new SSLHandshakerThread(), "fdb-ssl-connect");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue