diff --git a/protocol/naive/inbound.go b/protocol/naive/inbound.go index 5613f196..41f41798 100644 --- a/protocol/naive/inbound.go +++ b/protocol/naive/inbound.go @@ -140,7 +140,7 @@ func (n *Inbound) Start(stage adapter.StartStage) error { func (n *Inbound) Close() error { return common.Close( - &n.listener, + n.listener, common.PtrOrNil(n.httpServer), n.h3Server, n.tlsConfig,