Re: Questions about HTTP KIO Slave

2013-01-11 Thread David Narvaez
On Thu, Jan 10, 2013 at 3:04 PM, Allan Sandfeld Jensen wrote: > Why doesn't the new request allow compression? For a number of complicated reasons. > Compression should be handled by the network layer anyway. In general, but not in this case. > Or are you talking about some allow mimetype > h

Re: Questions about HTTP KIO Slave

2013-01-10 Thread Allan Sandfeld Jensen
On Thursday 10 January 2013, David Narvaez wrote: > On Wed, Jan 2, 2013 at 7:08 AM, Allan Sandfeld Jensen wrote: > > Why is transfer stopped before it is completed and who stops it? Also if > > you get compressed data, why can't you feed it to karchive to uncompress > > it? > > Nothing stops the

Re: Questions about HTTP KIO Slave

2013-01-09 Thread David Narvaez
On Wed, Jan 2, 2013 at 7:08 AM, Allan Sandfeld Jensen wrote: > Why is transfer stopped before it is completed and who stops it? Also if you > get compressed data, why can't you feed it to karchive to uncompress it? Nothing stops the transfer. I just expect the KIO Slave to start a new transfer gi

Re: Questions about HTTP KIO Slave

2013-01-02 Thread Allan Sandfeld Jensen
On Wednesday 02 January 2013, David Narvaez wrote: > Hi all, > > I'm working on a fix for a bug we have in KGet, where some files are > downloaded incomplete. I found that at least one of the reasons why > this happens is because of the following use case. when KGet is set up > as the download man

Questions about HTTP KIO Slave

2013-01-01 Thread David Narvaez
Hi all, I'm working on a fix for a bug we have in KGet, where some files are downloaded incomplete. I found that at least one of the reasons why this happens is because of the following use case. when KGet is set up as the download manager for Rekonq: 1. Rekonq requests a URL, compressed pages ar