Since you use the CVS version you can play a bit...
Please try the following...
Open DownloadEngine.java and raise the value of BUFFER_LENGTH in line 55.
First try something like 63 * 1024
Maybe this already helps....
In case you like/must raise above 64 * 1024 you must adjust the request to DirectByteBufferProvider in line 575/576 too.
The value of BUFFER_LENGTH in DownloadEngine.java MUST always be lower then the value used in line 575/576 to request the DirectByteBufferProvider.
Gregor
__________________ |