If one can infer the usage of unix sockets from other parameters passed
anyway, then there may be no point having it in the first place. For the
VNC URI, we could have gone with vnc+ssh://, or vnc+ssl:// (for stunnel),
but there were ssh-related and stunnel parameters we could infer from so it
beca
> On 13 Feb 2018, at 17:36, Marc-Andre Lureau wrote:
>
> I was not really fond of passing options via URI, but apparently this
> is a standard practice.
So is passing port number after a colon.
Christophe
___
Spice-devel mailing list
Spice-devel@li
>
> Hi
>
> On Tue, Feb 13, 2018 at 10:08 AM, Frediano Ziglio wrote:
> >>
> >> Hi
> >>
> >> On Thu, Feb 8, 2018 at 2:18 PM, Frediano Ziglio
> >> wrote:
> >> >>
> >> >> From: Marc-André Lureau
> >> >>
> >> >> For some reason, the URIs test didn't include spice+unix:// checks,
> >> >> probably be
Hi
On Tue, Feb 13, 2018 at 10:08 AM, Frediano Ziglio wrote:
>>
>> Hi
>>
>> On Thu, Feb 8, 2018 at 2:18 PM, Frediano Ziglio wrote:
>> >>
>> >> From: Marc-André Lureau
>> >>
>> >> For some reason, the URIs test didn't include spice+unix:// checks,
>> >> probably because they came about the same t
>
> Hi
>
> On Thu, Feb 8, 2018 at 2:18 PM, Frediano Ziglio wrote:
> >>
> >> From: Marc-André Lureau
> >>
> >> For some reason, the URIs test didn't include spice+unix:// checks,
> >> probably because they came about the same time.
> >>
> >> Signed-off-by: Marc-André Lureau
> >> ---
> >> tests
Hi
On Thu, Feb 8, 2018 at 2:18 PM, Frediano Ziglio wrote:
>>
>> From: Marc-André Lureau
>>
>> For some reason, the URIs test didn't include spice+unix:// checks,
>> probably because they came about the same time.
>>
>> Signed-off-by: Marc-André Lureau
>> ---
>> tests/session.c | 28 +++
>
> From: Marc-André Lureau
>
> For some reason, the URIs test didn't include spice+unix:// checks,
> probably because they came about the same time.
>
> Signed-off-by: Marc-André Lureau
> ---
> tests/session.c | 28 +---
> 1 file changed, 25 insertions(+), 3 deletions
From: Marc-André Lureau
For some reason, the URIs test didn't include spice+unix:// checks,
probably because they came about the same time.
Signed-off-by: Marc-André Lureau
---
tests/session.c | 28 +---
1 file changed, 25 insertions(+), 3 deletions(-)
diff --git a/tes