mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-07 07:03:33 +03:00
fix: grpc server panic
This commit is contained in:
parent
2a08c44f51
commit
09c7ee0d12
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ func NewServerHandler(options ServerOption) http.Handler {
|
|||
},
|
||||
writer: writer,
|
||||
}
|
||||
_ = conn.Init()
|
||||
|
||||
wrapper := &h2ConnWrapper{
|
||||
// gun.Conn can't correct handle ReadDeadline
|
||||
|
|
Loading…
Add table
Reference in a new issue