]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_easy_pause: set "in callback" true on exit if true
authorDaniel Stenberg <daniel@haxx.se>
Sun, 8 Oct 2023 08:39:39 +0000 (10:39 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Oct 2023 06:21:51 +0000 (08:21 +0200)
commitdc4e885f35afed10f941cd7e3090f5d5904078cf
treefb2d2ac601d8bde1d08fd93d114ef78b750155c7
parent0e4bef0862cb6dfb7693b9b67a6835cf85e23e4e
curl_easy_pause: set "in callback" true on exit if true

Because it might have called another callback in the mean time that then
set the bit FALSE on exit.

Reported-by: Jay Satiro
Fixes #12059
Closes #12061
lib/easy.c