1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 18:00:43 +00:00

fix a crash problem of fetching user from a nil request which returned by shadowsocks failed to read IV

This commit is contained in:
aaaaa 2019-08-19 18:03:35 +08:00
parent adc9073d3d
commit 5ab4f5ab9a

View File

@ -164,7 +164,6 @@ func (s *Server) handleConnection(ctx context.Context, conn internet.Connection,
To: "",
Status: log.AccessRejected,
Reason: err,
Email: request.User.Email,
})
return newError("failed to create request from: ", conn.RemoteAddr()).Base(err)
}