Do not try to resolve URIs without a host
authorXan Lopez <xan@gnome.org>
Sat, 20 Mar 2010 21:29:03 +0000 (23:29 +0200)
committerXan Lopez <xan@gnome.org>
Sat, 3 Apr 2010 17:16:11 +0000 (19:16 +0200)
commit50e363db0243cd94acd45e67f93983312a90eb1c
tree8338f5a66d254795cdde370f5d24f3d2f77e4e36
parentc7640cf1d721e2685168fe96e7ab38b9cf356cb9
Do not try to resolve URIs without a host

WebKit feeds to us URIs without any host whatsoever (for example,
javascript: URIs), which make libsoup spew a lot of runtime warnings.

https://bugzilla.gnome.org/show_bug.cgi?id=613442
libsoup/soup-session.c