After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 522147 - need to be able to pause synchronous I/O
need to be able to pause synchronous I/O
Status: RESOLVED WONTFIX
Product: libsoup
Classification: Core
Component: HTTP Transport
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2008-03-13 01:51 UTC by Dan Winship
Modified: 2010-12-10 18:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dan Winship 2008-03-13 01:51:14 UTC
soup_session_pause_message() only works with async I/O. Related to this, the GCancellables in most SoupSocket methods are currently unused.
Comment 1 Dan Winship 2010-12-10 18:59:53 UTC
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)