mirror of
https://github.com/ppy/osu
synced 2025-01-09 23:59:44 +00:00
Merge remote-tracking branch 'upstream/master' into timeshift-wip
This commit is contained in:
commit
bfbd7e5106
@ -92,7 +92,11 @@ namespace osu.Game.Online.API
|
||||
|
||||
public void Fail(Exception e)
|
||||
{
|
||||
if (cancelled) return;
|
||||
if (WebRequest?.Completed == true)
|
||||
return;
|
||||
|
||||
if (cancelled)
|
||||
return;
|
||||
|
||||
cancelled = true;
|
||||
WebRequest?.Abort();
|
||||
|
Loading…
Reference in New Issue
Block a user