mirror of https://github.com/v2ray/v2ray-core
fix a crash problem of fetching user from a nil request which returned by shadowsocks failed to read IV
parent
adc9073d3d
commit
5ab4f5ab9a
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue