summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-03-18 12:53:28 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-03-18 12:53:28 +0100
commit453ad35d15adf06bd1a141fb026214bc599b067f (patch)
tree561e60f0f1f2ff5e3906ea52056078aae68a9afa
parent74ec0e5ec094570d109f6a7e355eb7ec899f2a2c (diff)
downloadcurl-453ad35d15adf06bd1a141fb026214bc599b067f.tar.gz
KNOWN_BUGS: CURLOPT_OPENSOCKETPAIRFUNCTION is missing
Closes #5747
-rw-r--r--docs/KNOWN_BUGS10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index f8ba53b91..b610a351f 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -114,6 +114,7 @@ problems may have been fixed or changed somewhat since this was written!
11.12 'no_proxy' string-matches IPv6 numerical addresses
11.13 wakeup socket disconnect causes havoc
11.14 Multi perform hangs waiting for threaded resolver
+ 11.15 CURLOPT_OPENSOCKETPAIRFUNCTION is missing
12. LDAP
12.1 OpenLDAP hangs after returning results
@@ -867,6 +868,15 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/2975 and
https://github.com/curl/curl/issues/4852
+11.15 CURLOPT_OPENSOCKETPAIRFUNCTION is missing
+
+ When libcurl creates sockets with socketpair(), those are not "exposed" in
+ CURLOPT_OPENSOCKETFUNCTION and therefore might surprise and be unknown to
+ applications that expects and wants all sockets known beforehand. One way to
+ address this issue is to introduce a CURLOPT_OPENSOCKETPAIRFUNCTION callback.
+
+ https://github.com/curl/curl/issues/5747
+
12. LDAP
12.1 OpenLDAP hangs after returning results