mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-24 23:51:41 +08:00
core: Check error on ListenQUIC
This commit is contained in:
parent
c19f207237
commit
50748e19c3
|
@ -105,6 +105,9 @@ func ListenQUIC(addr string, tlsConf *tls.Config, activeRequests *int64) (quic.E
|
|||
}
|
||||
return &sharedQuicListener{EarlyListener: el, key: lnKey}, nil
|
||||
})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
return &fakeCloseQuicListener{
|
||||
|
|
Loading…
Reference in New Issue
Block a user