mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
1.4
This commit is contained in:
@ -225,7 +225,6 @@ namespace Esyur.Net.HTTP
|
||||
}
|
||||
}
|
||||
|
||||
bool bb;
|
||||
|
||||
public void SendFile(string filename)
|
||||
{
|
||||
@ -299,7 +298,7 @@ namespace Esyur.Net.HTTP
|
||||
if (n <= 0)
|
||||
break;
|
||||
|
||||
|
||||
Thread.Sleep(50);
|
||||
base.Send(buffer, 0, n);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user