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.Dismiss alert
- refs curl#11485
- a regression introduced by c9ec851
where optimization of small POST bodies leads to a new code path
for such uploads that did not trigger the "done sending" event
- add triggering this event for early "upload_done" situations
I am very sorry that you got hit with that again. Please see #11487 for a fix.
This regression was introduced by c9ec851 which uncovered a missing internal event for signalling the EOF to the server. Unfortunately, our test servers are too tolerant of such requests to detect this.
- a regression introduced by c9ec851
where optimization of small POST bodies leads to a new code path
for such uploads that did not trigger the "done sending" event
- add triggering this event for early "upload_done" situations
Fixescurl#11485Closescurl#11487
Reported-by: Aleksander Mazur
I did this
I did the same query as in #11194, and found a regression in 8.2.0 compared to 8.1.2.
Full output:
curl/libcurl version
curl 8.2.0 (x86_64-pc-linux-gnu) libcurl/8.2.0 OpenSSL/3.0.9 zlib/1.2.13 brotli/1.0.9 zstd/1.5.5 nghttp2/1.52.0
Release-Date: 2023-07-19
Protocols: http https imap imaps smtp smtps
Features: AsynchDNS brotli HTTP2 HTTPS-proxy Largefile libz NTLM SSL threadsafe zstd
operating system
Linux 6.3.11-200.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jul 2 13:17:31 UTC 2023 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: