soup-cookie-jar: avoid a g_return_if_fail when using non-http URIs
authorDan Winship <danw@gnome.org>
Fri, 11 Mar 2011 00:59:07 +0000 (19:59 -0500)
committerDan Winship <danw@gnome.org>
Fri, 11 Mar 2011 00:59:07 +0000 (19:59 -0500)
commit2ee3d2d1aef0eb6aada232dfc0c912f1b5abfbb2
tree42171b67bfda8b2377dabc504ef5662fc814ba00
parent9dc749a34bef1f8478d94546c8132017aa3d4aff
soup-cookie-jar: avoid a g_return_if_fail when using non-http URIs

When using SOUP_COOKIE_JAR_ACCEPT_NO_THIRD_PARTY, don't try to
domain-match the cookie if the first_party URI has no domain.

https://bugzilla.gnome.org/show_bug.cgi?id=643226
libsoup/soup-cookie-jar.c