From ada9ae03059e4bd38ced9b3af20dbc5a5ef78757 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Fri, 20 Dec 2019 12:36:48 +0900 Subject: [PATCH] Replace the deprecatd soup API Change-Id: I30c578946ac74a60e1cf5b1d4f9390f1b03ec5ab Signed-off-by: DoHyun Pyun --- bt-httpproxy/bt-httpproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt-httpproxy/bt-httpproxy.c b/bt-httpproxy/bt-httpproxy.c index daab5aa..2035160 100644 --- a/bt-httpproxy/bt-httpproxy.c +++ b/bt-httpproxy/bt-httpproxy.c @@ -1757,7 +1757,7 @@ int main(void) return -5; } - hps_soup_session = soup_session_async_new(); + hps_soup_session = soup_session_new(); if (hps_soup_session == NULL) { BT_ERR("Failed to soup_session_async_new"); return -6; -- 2.7.4