Patch level :2.0 nopatch

Files correlati     :tutti
Ricompilazione Demo : [ ]
Commento            :sistemato il problema del riporto


git-svn-id: svn://10.65.10.50/trunk@11089 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2003-05-07 14:55:35 +00:00
parent 566463b933
commit a689e99ad0

View File

@ -877,6 +877,7 @@ bool TSocketClient::HttpPostFile(CONNID id, const char* remote, const char* loca
if (ok)
{
skstream* cur_socket = conn->GetSocket();
unsigned long size = 0;
for (int r = 0; !cur_socket->eof(); r++)
{