mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-06-01 23:38:50 +02:00
Fix naive inbound close
This commit is contained in:
@@ -140,7 +140,7 @@ func (n *Inbound) Start(stage adapter.StartStage) error {
|
|||||||
|
|
||||||
func (n *Inbound) Close() error {
|
func (n *Inbound) Close() error {
|
||||||
return common.Close(
|
return common.Close(
|
||||||
&n.listener,
|
n.listener,
|
||||||
common.PtrOrNil(n.httpServer),
|
common.PtrOrNil(n.httpServer),
|
||||||
n.h3Server,
|
n.h3Server,
|
||||||
n.tlsConfig,
|
n.tlsConfig,
|
||||||
|
|||||||
Reference in New Issue
Block a user