From fac16549db5ab36c714622dfb9a40f8b9ffb7a27 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 28 Sep 2020 11:49:40 +0200 Subject: session: remove soup_session_queue_message and soup_session_send_message There are a few tests that are now skipped because they still use the old api and I'm not sure yet if they will be removed or reworked. --- tests/misc-test.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/misc-test.c') diff --git a/tests/misc-test.c b/tests/misc-test.c index 412a5754..9a51c353 100644 --- a/tests/misc-test.c +++ b/tests/misc-test.c @@ -708,10 +708,6 @@ do_cancel_while_reading_test_for_session (SoupSession *session) g_object_ref (session); g_timeout_add (100, cancel_message_timeout, msg); - /* We intentionally don't use soup_session_send_message() here, - * because it holds an extra ref on the SoupMessageQueueItem - * relative to soup_session_queue_message(). - */ g_signal_connect (msg, "finished", G_CALLBACK (set_done), &done); soup_session_send_async (session, msg, NULL, NULL, NULL); -- cgit v1.2.1