]> git.ipfire.org Git - thirdparty/curl.git/commit
select: return error from "lethal" poll/select errors
authorDaniel Stenberg <daniel@haxx.se>
Wed, 8 Jun 2022 09:03:07 +0000 (11:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 Jun 2022 09:07:01 +0000 (11:07 +0200)
commit5912da253b64de3cb2a1a229558077219b2c8a35
tree515191bd7a2a455b2975dfb744b06aa0660f9151
parent7007324a6a50693b089896fe078186bc8965d452
select: return error from "lethal" poll/select errors

Adds two new error codes: CURLE_UNRECOVERABLE_POLL and
CURLM_UNRECOVERABLE_POLL one each for the easy and the multi interfaces.

Reported-by: Harry Sintonen
Fixes #8921
Closes #8961
docs/libcurl/libcurl-errors.3
docs/libcurl/symbols-in-versions
include/curl/curl.h
include/curl/multi.h
lib/asyn-ares.c
lib/easy.c
lib/multi.c
lib/select.c
lib/strerror.c
tests/data/test1538