TUN-6718: Bump go and go-boring 1.18.6

This commit is contained in:
Devin Carr
2022-09-02 11:29:46 -07:00
parent b639b6627a
commit 013bdbd10c
10 changed files with 18 additions and 14 deletions

View File

@@ -1371,6 +1371,9 @@ func (sc *serverConn) startGracefulShutdownInternal() {
func (sc *serverConn) goAway(code ErrCode) {
sc.serveG.check()
if sc.inGoAway {
if sc.goAwayCode == ErrCodeNo {
sc.goAwayCode = code
}
return
}
sc.inGoAway = true