]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: pollset adjust, init with FIRSTSOCKET during connect
authorStefan Eissing <stefan@eissing.org>
Tue, 9 Jan 2024 08:29:34 +0000 (09:29 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Jan 2024 16:41:13 +0000 (17:41 +0100)
commit48d86999af12c8dee410296ae7a8f7072ea02042
tree90f12d7b563c6e93ac10356d9d3f79b0064b7501
parent6d9bf0db7e3800fb787697086bba1b1cc2008b84
multi: pollset adjust, init with FIRSTSOCKET during connect

- `conn->sockfd` is set by `Curl_setup_transfer()`, but that
  is called *after* the connection has been established
- use `conn->sock[FIRSTSOCKET]` instead

Follow-up to a0f94800d507de
Closes #12664
lib/multi.c