upgrade quic to v0.27.0
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user