Add a (temporary?) fix for async authentication via SoupRequest
authorDan Winship <danw@gnome.org>
Tue, 8 May 2012 16:53:21 +0000 (12:53 -0400)
committerDan Winship <danw@gnome.org>
Tue, 8 May 2012 16:53:21 +0000 (12:53 -0400)
commit88632261d3610daed00d1db46a6dc909d39e889e
tree0277157636af7cc82ccb23a850fe8b0b5270268d
parentba24747c476428745f25b86ed617e68088ab4418
Add a (temporary?) fix for async authentication via SoupRequest

In order to do async authentication, we need to stop the processing of
the request during the soup_request_send_async() call. So re-enable
soup_session_pause_message() for that case. Possibly to be revisited.

https://bugzilla.gnome.org/show_bug.cgi?id=675306
libsoup/soup-message-io.c
libsoup/soup-session.c