Modify CURLOPT_HTTPPOST to CURLOPT_MIMEPOST 47/306347/1 accepted/tizen/unified/20240221.062940 accepted/tizen/unified/x/20240220.150105
authorwchang kim <wchang.kim@samsung.com>
Tue, 20 Feb 2024 11:04:00 +0000 (20:04 +0900)
committerwchang kim <wchang.kim@samsung.com>
Tue, 20 Feb 2024 11:04:00 +0000 (20:04 +0900)
commitdbf85c5c8e0617552cc99edefd0f004fe7c14a93
tree6edf8bbf73f0330f0141442d64bd44f69ea83a8b
parentd95aaad852d2e139b16d20b44d2903633becd44c
Modify CURLOPT_HTTPPOST to CURLOPT_MIMEPOST

Since CURLOPT_HTTPPOST is deprecated option in libcurl, build error
occured in Tizen-Unified-X environment.
According to the documentation of libcurl, CURLOPT_HTTPPOST is replaced
by CURLOPT_MIMEPOST.

Change-Id: I9717a27967c171dc6609e55fcc6470e4c9c21400
agent/download-agent-plugin-libcurl.c