mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 06:33:31 +03:00
Fix: grpc connection panic
This commit is contained in:
parent
573316bcde
commit
1355196b7c
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ func (g *Conn) Read(b []byte) (n int, err error) {
|
|||
g.buf = nil
|
||||
}
|
||||
return
|
||||
} else if g.response == nil {
|
||||
return 0, net.ErrClosed
|
||||
}
|
||||
|
||||
buf := make([]byte, 5)
|
||||
|
|
Loading…
Add table
Reference in a new issue