]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: Support rate-limiting for MQTT
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jun 2021 13:57:02 +0000 (15:57 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jun 2021 13:57:02 +0000 (15:57 +0200)
docs/TODO

index 6847568fa3c3a03257ad1f5395bf5c7e3c220dd0..3b718570503680a6d410ebba9eeeb3a944e58a6f 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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
  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!