Re: [Spice-devel] [PATCH spice-gtk] webdav: don't buffer input from phodav

2019-07-03 Thread Frediano Ziglio
> > Hi again, > > On Mon, Jul 1, 2019 at 3:16 PM Jakub Janku wrote: > > > > Hi, > > > > On Mon, Jul 1, 2019 at 1:02 PM Frediano Ziglio wrote: > > > > > > > > > > > The current approach with OutputQueue in webdav has several problems: > > > > > > > > * if the connection is slow, webdav keeps

Re: [Spice-devel] [PATCH spice-gtk] webdav: don't buffer input from phodav

2019-07-03 Thread Jakub Janku
Hi again, On Mon, Jul 1, 2019 at 3:16 PM Jakub Janku wrote: > > Hi, > > On Mon, Jul 1, 2019 at 1:02 PM Frediano Ziglio wrote: > > > > > > > > The current approach with OutputQueue in webdav has several problems: > > > > > > * if the connection is slow, webdav keeps reading from phodav > > > and

Re: [Spice-devel] [PATCH spice-gtk] webdav: don't buffer input from phodav

2019-07-01 Thread Jakub Janku
Hi, On Mon, Jul 1, 2019 at 1:02 PM Frediano Ziglio wrote: > > > > > The current approach with OutputQueue in webdav has several problems: > > > > * if the connection is slow, webdav keeps reading from phodav > > and pushing messages to the internal channel xmit_queue. > > This way, the queue can

Re: [Spice-devel] [PATCH spice-gtk] webdav: don't buffer input from phodav

2019-07-01 Thread Frediano Ziglio
> > > > > The current approach with OutputQueue in webdav has several problems: > > > > * if the connection is slow, webdav keeps reading from phodav > > and pushing messages to the internal channel xmit_queue. > > This way, the queue can grow very quickly and the whole file > > that is being

Re: [Spice-devel] [PATCH spice-gtk] webdav: don't buffer input from phodav

2019-07-01 Thread Frediano Ziglio
> > The current approach with OutputQueue in webdav has several problems: > > * if the connection is slow, webdav keeps reading from phodav > and pushing messages to the internal channel xmit_queue. > This way, the queue can grow very quickly and the whole file > that is being transferred using

[Spice-devel] [PATCH spice-gtk] webdav: don't buffer input from phodav

2019-07-01 Thread Jakub Janků
The current approach with OutputQueue in webdav has several problems: * if the connection is slow, webdav keeps reading from phodav and pushing messages to the internal channel xmit_queue. This way, the queue can grow very quickly and the whole file that is being transferred using webdav