Fix naive inbound close
This commit is contained in:
parent
383a1824c1
commit
2f139af2d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue