]> git.ipfire.org Git - thirdparty/curl.git/commit
multi event: remove only announced
authorStefan Eissing <stefan@eissing.org>
Thu, 17 Jul 2025 11:31:44 +0000 (13:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 20 Jul 2025 21:17:28 +0000 (23:17 +0200)
commit3d302250ec1b6149f1d75dfb4910e567f3bb07de
tree02dc9f8d583507f0a19244cdf473043f0c92bdf3
parent53e5cdc47b0024e009ec70f9803e5053b84d87b2
multi event: remove only announced

When a socket is closed, only inform the application
socket callback about it if the socket had been announced
before to the callback.

Reported-by: yaoy6 on github
Fixes #17949
Closes #17950
lib/multi_ev.c