2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00
This commit is contained in:
2020-01-26 14:58:34 +03:00
parent 61a1683c26
commit eca142b37b
2 changed files with 25 additions and 18 deletions

View File

@ -298,13 +298,12 @@ namespace Esyur.Net.HTTP
if (n <= 0)
break;
Thread.Sleep(50);
//Thread.Sleep(50);
base.Send(buffer, 0, n);
}
}
}
catch
{