GNOME Bugzilla – Bug 588177
SoupSession's timeout property does not affect connect()
Last modified: 2009-07-13 00:21:36 UTC
This is a bit of a companion bug to bug #574414. The resolution there ensured that waiting for readable or writable state would not last longer than given timeout. However, it is now still possible for a failing async_connect to wait for longer than the given timeout.
Created attachment 138133 [details] [review] Possible patch * Add timeout source when waiting for (async) connect to complete.
thanks. committed