downstream: explain when downstreamConn.sasl is nil

This commit is contained in:
Simon Ser 2022-03-21 15:11:43 +01:00
parent 70ba7032f1
commit b0dbb3cef1
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ type downstreamConn struct {
capVersion int
caps capRegistry
sasl *downstreamSASL
sasl *downstreamSASL // nil unless SASL is underway
registration *downstreamRegistration // nil after RPL_WELCOME
lastBatchRef uint64