[libgdata] core: Remove an unnecessary message unpausing



commit 03be462791252e1b146e154eb93fac4841052f6a
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Jul 28 14:23:24 2013 +0200

    core: Remove an unnecessary message unpausing
    
    See: https://bugzilla.gnome.org/show_bug.cgi?id=703461#c4

 gdata/gdata-upload-stream.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gdata/gdata-upload-stream.c b/gdata/gdata-upload-stream.c
index 2cbc9b4..8add121 100644
--- a/gdata/gdata-upload-stream.c
+++ b/gdata/gdata-upload-stream.c
@@ -1055,8 +1055,6 @@ write_next_chunk (GDataUploadStream *self, SoupMessage *message)
        }
 
        g_mutex_unlock (&(priv->write_mutex));
-
-       soup_session_unpause_message (priv->session, priv->message);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]