]> git.ipfire.org Git - thirdparty/curl.git/commit
mime: fix unpausing of readers
authorStefan Eissing <stefan@eissing.org>
Tue, 21 Oct 2025 11:51:10 +0000 (13:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Oct 2025 14:30:47 +0000 (16:30 +0200)
commit40f7cd2bdd14e09b9bb1b4ddefc8b5e5ce71865a
tree067f65ea22b657f390b7e20c15b0aae5fb906710
parent76d28525509c2c06786fc9b8d2e2e8536dceb3bc
mime: fix unpausing of readers

When unpausing a transfer, check if the reader pause state differs
in addition to the "keepon" flags.

Reported-by: 包布丁
Fixes #18848
Closes #19178
lib/easy.c
lib/sendf.c
tests/http/test_07_upload.py
tests/http/testenv/httpd.py
tests/http/testenv/mod_curltest/mod_curltest.c
tests/libtest/cli_hx_upload.c