Skip to content
Snippets Groups Projects
Commit 5d96f05f authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Module: Http: Add another missing catch

parent 52cc7843
No related branches found
No related tags found
No related merge requests found
......@@ -395,6 +395,9 @@ text = ERR
catch(System.Threading.Tasks.TaskCanceledException)
{
}
catch(System.OperationCanceledException)
{
}
Thread.Sleep(period_ms);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment