Bug 235875

Summary: kget doesnt seams to download some files and konqueror can
Product: [Applications] kget Reporter: Zé <mmodem00>
Component: generalAssignee: KGet bugs <kget-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description 2010-05-01 06:00:11 UTC
Version:           2.4.3 (using 4.4.3 (KDE 4.4.3), Mandriva Linux release 2010.0 (Official) for x86_64)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.33.2-desktop-1mnb

when using kget as konqueror download manager enabled, isnt possible to for example download google-earth http://dl.google.com/earth/client/current/GoogleEarthLinux.bin, it simply saves the file GoogleEarthLinux.bin with size 99 bytes.

If i disactivate kget as konqueror download manager, than konqueror downloads google-earth without any proiblem
Comment 1 Matthias Fuchs 2010-05-12 16:42:58 UTC
SVN commit 1125862 by mfuchs:

Create two jobs in KioDownload. The first is for downloading and finding the filesize, while the second (started after first data is retrieved) is only there to see if resuming is supported and stops after more than 100 Bytes are downloaded.
BUG:235875

 M  +52 -19    kiodownload.cpp  
 M  +3 -0      kiodownload.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1125862