Browse Source

Add clarifying comment

Amir Khan 9 months ago
parent
commit
bd060e76b1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      psiphon/dialParameters.go

+ 1 - 0
psiphon/dialParameters.go

@@ -758,6 +758,7 @@ func MakeDialParameters(
 		protocol.TunnelProtocolUsesTLSOSSH(dialParams.TunnelProtocol) ||
 		dialParams.ConjureAPIRegistration
 
+	// Note that ConjureAPIRegistartion is not wired to use the TLS session cache.
 	if tlsClientSessionCache != nil && usingTLS {
 
 		var sessionKey string