DumpState: include SSL & termination settings.
Change-Id: I14d1d79d5ab1650661c493d8965cf41ac84c17c1
This commit is contained in:
parent
29b92444b1
commit
473c511cc0
1 changed files with 2 additions and 0 deletions
|
@ -2226,6 +2226,8 @@ public:
|
|||
os << "LOOLWSDServer:\n"
|
||||
<< " Ports: server " << ClientPortNumber
|
||||
<< " prisoner " << MasterPortNumber << "\n"
|
||||
<< " SSL: " << (LOOLWSD::isSSLEnabled() ? "https" : "http") << "\n"
|
||||
<< " SSL-Termination: " << (LOOLWSD::isSSLTermination() ? "yes" : "no") << "\n"
|
||||
<< " TerminationFlag: " << TerminationFlag << "\n"
|
||||
<< " isShuttingDown: " << ShutdownRequestFlag << "\n"
|
||||
<< " NewChildren: " << NewChildren.size() << "\n"
|
||||
|
|
Loading…
Reference in a new issue