release buffer

pull/298/head^2
v2ray 2016-06-02 22:23:05 +02:00
parent f3975aafbf
commit 2f47074c98
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ func (server *Server) handleConnection(conn net.Conn) {
break
}
response := server.MsgProcessor(request.Value)
request.Release()
conn.Write(response)
}
conn.Close()