Explorar o código

Force travis build

Mike Kaminski %!s(int64=7) %!d(string=hai) anos
pai
achega
912d683c93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      broker.go

+ 1 - 1
broker.go

@@ -933,7 +933,7 @@ func (b *Broker) sendAndReceiveSASLOAuth(tokenProvider AccessTokenProvider) erro
 
 func (b *Broker) sendSASLOAuthBearerClientResponse(bearerToken string, correlationID int32) (int, error) {
 
-	// Initial client response as described by RFC-7628
+	// Initial client response as described by RFC-7628.
 	// https://tools.ietf.org/html/rfc7628
 	oauthRequest := []byte(fmt.Sprintf("n,,\x01auth=Bearer %s\x01\x01", bearerToken))