GNOME Bugzilla – Bug 756076
Critical warning when loading an authenticated proxy resource from the disk cache
Last modified: 2015-10-08 07:00:01 UTC
It happens when we load a resource that goes through an authenticated proxy, and is cached in the disk. If the same resource is loaded again the response is sent from the cache, and the auth manager tries to get the proxy uri from the item connection. But there's no connection when loading cached resources. I've written a test: /proxy/auth-cache: (proxy-test:24348): libsoup-CRITICAL **: soup_connection_get_proxy_uri: assertion 'SOUP_IS_CONNECTION (conn)' failed This is actually harmless, because NULL is returned and correctly handled, but we shouldn't show critical warnings anyway.
Created attachment 312670 [details] [review] Fix runtime critical warning when loading an authenticated proxy resource from the disk cache
Comment on attachment 312670 [details] [review] Fix runtime critical warning when loading an authenticated proxy resource from the disk cache Pushed.