]> git.ipfire.org Git - thirdparty/curl.git/commit
http: adjust_pollset fix
authorStefan Eissing <stefan@eissing.org>
Thu, 4 Jan 2024 09:06:17 +0000 (10:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Jan 2024 14:45:22 +0000 (15:45 +0100)
commit8e2d7b9fa4264b94bd1d9838c84d16e4cd33fbea
tree256cebc41d27fd0bcafb2ad6f037782ec45a5f5b
parent07bcae89d5d0090f1d11866d5f9c98c3720a2838
http: adjust_pollset fix

do not add a socket for POLLIN when the transfer does not want to send
(for example is paused).

Follow-up to 47f5b1a

Reported-by: bubbleguuum on github
Fixes #12632
Closes #12633
lib/cf-socket.c
lib/http2.c
lib/vquic/curl_ngtcp2.c
lib/vquic/curl_quiche.c