On 03/19/2014 07:33 PM, Marc-André Lureau wrote:
> Hi
>
> On Mon, Mar 17, 2014 at 8:54 AM, Alon Levy wrote:
>
>> Would be nice to use an actual constant for this instead of relying on
>> G_MAXUINT16 here and above.
>>
>
>
> Sorry, I forgot to address your comments.
>
> What about MAX_MUX_SIZE
Hi
On Mon, Mar 17, 2014 at 8:54 AM, Alon Levy wrote:
> Would be nice to use an actual constant for this instead of relying on
> G_MAXUINT16 here and above.
>
Sorry, I forgot to address your comments.
What about MAX_MUX_SIZE?
Rest of the diff would be:
diff --git a/gtk/channel-webdav.c b/gtk
On 02/28/2014 02:16 PM, Marc-André Lureau wrote:
> From: Marc-André Lureau
>
> See spice-common for protocol details. phodav, a webdav server library,
> is imported thanks to a submodule, until this project has a stable API
> and releases.
>
> The webdav channel is reponsible for handling port
From: Marc-André Lureau
See spice-common for protocol details. phodav, a webdav server library,
is imported thanks to a submodule, until this project has a stable API
and releases.
The webdav channel is reponsible for handling port events and
multiplexing the request streams. Extra care has bee