ChangeSet ID: 8807 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/07/21 14:59:03
Modified files: dlls/wininet : internet.h internet.c ftp.c
Log message: Lionel Ulmer lionel.ulmer@free.fr - use SIZE command to retrieve the file size (as the file size is not part of the WinNT acknowledgement string) - free the handle / close the socket on end of download - fix InternetReadFile in the FTP case - fix FTP_ReceiveResponse
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8807
Old revision New revision Changes Path 1.11 1.12 +1 -0 wine/dlls/wininet/internet.h 1.62 1.63 +4 -6 wine/dlls/wininet/internet.c 1.29 1.30 +80 -25 wine/dlls/wininet/ftp.c