From 4b4e99bdb2e327d553a5f773f827f624181714af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Thu, 12 May 2022 13:25:17 +0800 Subject: chore: Bump quic-go to v0.27.0 (#4782) --- listeners.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listeners.go') diff --git a/listeners.go b/listeners.go index 181db75..f2d7e10 100644 --- a/listeners.go +++ b/listeners.go @@ -184,7 +184,7 @@ type fakeCloseQuicListener struct { // server on which Accept would be called with non-empty contexts // (mind that the default net listeners' Accept doesn't take a context argument) // sounds way too rare for us to sacrifice efficiency here. -func (fcql *fakeCloseQuicListener) Accept(_ context.Context) (quic.EarlySession, error) { +func (fcql *fakeCloseQuicListener) Accept(_ context.Context) (quic.EarlyConnection, error) { conn, err := fcql.sharedQuicListener.Accept(fcql.context) if err == nil { return conn, nil -- cgit v1.2.3