GNOME Bugzilla – Bug 656283
Failing tls connection cause assertion
Last modified: 2011-09-18 22:19:34 UTC
When an tls connection fails the following assertion pops up a few mainloop iteration later: GLib-GIO-CRITICAL **: g_simple_async_result_take_error: assertion `G_IS_SIMPLE_ASYNC_RESULT (simple)' failed
Created attachment 193549 [details] [review] proposed patch
Comment on attachment 193549 [details] [review] proposed patch Yes, looks right. It would be nice to add a test for this to glib-networking/tls/tests/tls.c. If you don't want to, then just leave this bug open after committing the fix and I'll do it at some point.
Comment on attachment 193549 [details] [review] proposed patch Avoid an assertion when a TLS connection fails
added a test