]> git.ipfire.org Git - thirdparty/curl.git/commit
cw-out: fix EAGAIN handling on pause
authorStefan Eissing <stefan@eissing.org>
Mon, 3 Nov 2025 14:07:57 +0000 (15:07 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Nov 2025 15:10:20 +0000 (16:10 +0100)
commit7e91f24c73256af59ac9061c41b73a184c4690aa
tree9f6e9cf9d3c0887835d3826750968c4e53698c38
parent1021c52c9288877ba911eca4c795703db0b6291d
cw-out: fix EAGAIN handling on pause

The interim CURLE_AGAIN result was not always converted to a
CURLE_OK and then caused write callers to report a failure.

Fixes #19334
Reported-by: pennae on github
Closes #19338
lib/cw-out.c