summaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-04 15:57:02 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-04 15:57:02 +0200
commit60e426770518ceeeacc8993236e88f913e08b782 (patch)
tree071fd80d2052f53c677946a210bf26e9740eb6af /docs/TODO
parente4662ad7dd00c26b9f94ac89968e626fd95141a1 (diff)
downloadcurl-60e426770518ceeeacc8993236e88f913e08b782.tar.gz
TODO: Support rate-limiting for MQTT
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 6847568fa..3b7185705 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -184,6 +184,9 @@
20.8 Run web-platform-tests url tests
20.9 Bring back libssh tests on Travis
+ 21. MQTT
+ 21.1 Support rate-limiting
+
==============================================================================
1. libcurl
@@ -1276,3 +1279,11 @@
In https://github.com/curl/curl/pull/7012 we remove the libssh builds and
tests from Travis CI due to them not working. This should be remedied and
libssh builds be brought back.
+
+
+21. MQTT
+
+21.1 Support rate-limiting
+
+ The rate-limiting logic is done in the PERFORMING state in multi.c but MQTT
+ is not (yet) implemented to use that!