Fix naive inbound close

This commit is contained in:
世界
2026-05-12 15:01:49 +08:00
parent 383a1824c1
commit 2f139af2d1

View File

@@ -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,