You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
The second curl_easy_perform() call returns CURLE_SEND_FAIL_REWIND.
Some debugging showed that part->state.state is not reset to
MIMESTATE_BEGIN in cleanup_part_content(). Is this an oversight, or am
I missing something?
I expected the following
The second *perform() to do an empty POST
curl/libcurl version
current git master
operating system
any
The text was updated successfully, but these errors were encountered:
... so that a function can first use MIMEPOST and then set it to NULL to
reset it back to a blank POST.
Added test 584 to verify the fix.
Reported-by: Christoph M. Becker
Fixes#6455
This is mainly to work around curl/curl#6455,
but not building the mime structure for empty hashtables is a general
performance optimization, so we do not restrict it to affected cURL
versions (7.56.0 to 7.75.0).
The minor change to bug79033.phpt is unexpected, but should not matter
in practice.
This is mainly to work around curl/curl#6455,
but not building the mime structure for empty hashtables is a general
performance optimization, so we do not restrict it to affected cURL
versions (7.56.0 to 7.75.0).
The minor change to bug79033.phpt is unexpected, but should not matter
in practice.
ClosesGH-6606.
Forwarded from an issue posted by Christoph M. Becker on the mailing list
I did this
I expected the following
The second *perform() to do an empty POST
curl/libcurl version
current git master
operating system
any
The text was updated successfully, but these errors were encountered: