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