From: DoHyun Pyun Date: Fri, 20 Dec 2019 03:36:48 +0000 (+0900) Subject: Replace the deprecatd soup API X-Git-Tag: accepted/tizen/unified/20191224.131912^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ada9ae03059e4bd38ced9b3af20dbc5a5ef78757;hp=056a8d6414f8890e30551070782550d7c245c5b1;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git Replace the deprecatd soup API Change-Id: I30c578946ac74a60e1cf5b1d4f9390f1b03ec5ab Signed-off-by: DoHyun Pyun --- 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;