]> git.ipfire.org Git - thirdparty/curl.git/commit
multi_ev: fixes regarding connection shutdowns
authorStefan Eissing <stefan@eissing.org>
Fri, 21 Mar 2025 12:45:37 +0000 (13:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Mar 2025 09:55:40 +0000 (10:55 +0100)
commitc712effda34ba28c020b8d554e5aa757caa7c470
treede4b5d665ccfca2311e5302a78ec8aa080052634
parent7991b5a85ec036d7ac0f6298fae7e8089720473c
multi_ev: fixes regarding connection shutdowns

When handling connections (not transfers) related events, always use the
passed `conn` and not `data->conn` as the transfer does not need to have
the same connection.

Fix handling of conn pollset diffs to disregard the transfer.

Closes #16782
lib/multi_ev.c