upgrade quic to v0.27.0

This commit is contained in:
ginuerzh
2022-04-22 00:07:37 +08:00
parent 5f3e4177a1
commit 5b11cc9b9e
8 changed files with 36 additions and 36 deletions

View File

@ -120,7 +120,7 @@ func (l *icmpListener) listenLoop() {
}
}
func (l *icmpListener) mux(ctx context.Context, session quic.Session) {
func (l *icmpListener) mux(ctx context.Context, session quic.Connection) {
defer session.CloseWithError(0, "closed")
for {