GNOME Bugzilla – Bug 645227
soup_client_context_get_host always let soup_address_get_physical fail
Last modified: 2011-03-21 17:44:22 UTC
I use libsoup-2.33.9 When I call soup_client_context_get_host() which will then call soup_address_get_physical(). It will warn {{{ soup_address_get_physical: assertion `SOUP_IS_ADDRESS (addr)' failed }}} But that did not happend when run with libsoup-2.32
soup_socket_get_remote_address() is what we should blame
fixed in git. will go out in libsoup-2.33.92 tonight