Browse Source

Force travis build

Mike Kaminski 7 years ago
parent
commit
912d683c93
1 changed files with 1 additions and 1 deletions
  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))