Skip to content

Commit be400f9

Browse files
add terminating newline to README.md
1 parent d4de739 commit be400f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/transport/http2_client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,6 @@ func (t *http2Client) Close(err error) {
10231023
case <-timer.C:
10241024
t.logger.Infof("Failed to write a GOAWAY frame as part of connection close after %s. Giving up and closing the transport.", goAwayLoopyWriterTimeout)
10251025
}
1026-
<-t.readerDone
10271026
t.cancel()
10281027
t.conn.Close()
10291028
channelz.RemoveEntry(t.channelz.ID)

0 commit comments

Comments
 (0)