Re: [Spice-devel] [PATCH spice-gtk v4 8/8] spice-uri: Add ipv6 support

2016-05-31 Thread Victor Toso
Hi, On Mon, May 30, 2016 at 05:46:50PM +0200, Pavel Grunt wrote: > Just basic support - http://user:password@[host]:port > > Resolves: rhbz#1335239 > --- > src/spice-uri.c| 24 +++--- > tests/test-spice-uri.c | 90 > +- > 2 files

[Spice-devel] [PATCH spice-gtk v4 8/8] spice-uri: Add ipv6 support

2016-05-30 Thread Pavel Grunt
Just basic support - http://user:password@[host]:port Resolves: rhbz#1335239 --- src/spice-uri.c| 24 +++--- tests/test-spice-uri.c | 90 +- 2 files changed, 87 insertions(+), 27 deletions(-) diff --git a/src/spice-uri.c