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

View file

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