Skip to content

Commit

Permalink
Improve doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Jan 15, 2025
1 parent 993bf02 commit 6c1abda
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions experimental/credentials/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
// Package credentials provides experimental TLS credentials.
// The use of this package is strongly discouraged. These credentials exist
// solely to maintain compatibility for users interacting with clients that
// violate the HTTP/2 specification. This package is slated for removal in
// upcoming grpc-go releases. Users must not rely on this package directly.
// Instead, they should either vendor a specific version of gRPC or copy the
// relevant credentials into their own codebase if absolutely necessary.
// violate the HTTP/2 specification by not advertising support for "h2" in ALPN.
// This package is slated for removal in upcoming grpc-go releases. Users must
// not rely on this package directly. Instead, they should either vendor a
// specific version of gRPC or copy the relevant credentials into their own
// codebase if absolutely necessary.
package credentials

import (
Expand Down

0 comments on commit 6c1abda

Please sign in to comment.