summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-21 10:06:31 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-21 10:06:31 +0200
commit6b60767bd8d77ca8e462e4bedaee8495ff4bb6b8 (patch)
tree6d2fb1d96ae5a146ff54b36a94bbe8f45ea0f898
parent7f8863f741f9a14db319701b4b3f29ed71286bf2 (diff)
downloadcurl-6b60767bd8d77ca8e462e4bedaee8495ff4bb6b8.tar.gz
TODO: Virtual external sockets
Closes #5835
-rw-r--r--docs/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index bd9b0e883..4f9b57bf6 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -52,6 +52,7 @@
2.4 Split connect and authentication process
2.5 Edge-triggered sockets should work
2.6 multi upkeep
+ 2.7 Virtual external sockets
3. Documentation
3.2 Provide cmake config-file
@@ -481,6 +482,15 @@
See https://github.com/curl/curl/issues/3199
+2.7 Virtual external sockets
+
+ libcurl performs operations on the given file descriptor that presumes it is
+ a socket and an application cannot replace them at the moment. Allowing an
+ application to fully replace those would allow a larger degree of freedom and
+ flexibility.
+
+ See https://github.com/curl/curl/issues/5835
+
3. Documentation
3.2 Provide cmake config-file