mirror of https://github.com/v2ray/v2ray-core
release buffer
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