Fix using CURLOPT_XFERINFOFUNCTION curl optionmaster
commitb3d23135f7bcf1a9f52d643446f87731459e3f22
authorPetr Písař <petr.pisar@atlas.cz>
Mon, 11 Mar 2024 20:54:01 +0000 (11 21:54 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Mon, 11 Mar 2024 20:58:17 +0000 (11 21:58 +0100)
tree97a6887f1e2c608822bf7fc30333f3a5c901f8f8
parent0539e12b3de14a77481bd3f87b301b7e7550172c
Fix using CURLOPT_XFERINFOFUNCTION curl option

Commit 25acc6d44db3eb5f944a6992336b00ae97c85e20 (Use
CURLOPT_XFERINFOFUNCTION curl option if available) started to use
CURLOPT_XFERINFOFUNCTION instead of deprecated CURLOPT_PROGRESSFUNCTION.
But there was a bug in the callback prototype and as a result the
transfer values were gerbled.

This patch fixes the callback prototype.
src/soap.c