Skip to content

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Oct 15, 2019
1 parent 630f0be commit 7651f4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions clientconn.go
Expand Up @@ -452,9 +452,8 @@ func (csm *connectivityStateManager) getNotifyChan() <-chan struct{} {
//
// A ClientConn encapsulates a range of functionality including name
// resolution, TCP connection establishment (with retries and backoff) and TLS
// handshakes. It also handles errors on established connections and
// reconnects, or in the case of HTTP/2 GO_AWAY, re-resolves the name and
// reconnects.
// handshakes. It also handles errors on established connections by
// re-resolving the name and reconnecting.
type ClientConn struct {
ctx context.Context
cancel context.CancelFunc
Expand Down

0 comments on commit 7651f4c

Please sign in to comment.