Commit def65b9a authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Fix issue for HTTP version for N1N2MessageTransfer

parent d6ef116a
......@@ -237,7 +237,7 @@ void smf_sbi::send_n1n2_message_transfer_request(
// Create a new curl easy handle and add to the multi handle
if (!curl_create_handle(
sm_context_res->res.get_amf_url(), data_str, str_len, response_data,
pid_ptr, "POST", true)) {
pid_ptr, "POST", true, sm_context_res->http_version)) {
Logger::smf_sbi().warn("Could not create a new handle to send message");
remove_promise(promise_id);
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment