curl_mime_data does not change Content-Length when change data after perform #1999
Comments
Many tanks for the report: the bug is confirmed. |
monnerat
added a commit
that referenced
this issue
Oct 20, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
I create mime with simple text then I did perform and curl correcly send data.
After that I change data in text part but when I did perform again curl
send Content-Length for first data. If I change data without doing perform then
curl send correct Content-Length. This is my snippet on Lua, but I think
it quite easy to understand.
I expected the following
I expected that curl send correct Content-Length
curl/libcurl version
libcurl/7.56.0 WinSSL
operating system
Windows 7 x64
The text was updated successfully, but these errors were encountered: