GNOME Bugzilla – Bug 522147
need to be able to pause synchronous I/O
Last modified: 2010-12-10 18:59:53 UTC
soup_session_pause_message() only works with async I/O. Related to this, the GCancellables in most SoupSocket methods are currently unused.
the pause/unpause API will be deprecated in the SoupRequest/GIOStream future (where it is unnecessary since you can "pause" by just not reading/writing)