mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-05-18 13:09:04 -04:00
release buffer
This commit is contained in:
parent
f3975aafbf
commit
2f47074c98
@ -50,6 +50,7 @@ func (server *Server) handleConnection(conn net.Conn) {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
response := server.MsgProcessor(request.Value)
|
response := server.MsgProcessor(request.Value)
|
||||||
|
request.Release()
|
||||||
conn.Write(response)
|
conn.Write(response)
|
||||||
}
|
}
|
||||||
conn.Close()
|
conn.Close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user