]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: mqtt and gopher test fails on network blocks
authorStefan Eissing <stefan@eissing.org>
Tue, 13 Aug 2024 09:09:30 +0000 (11:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Aug 2024 09:50:56 +0000 (11:50 +0200)
Add descriptions of the test failures and how to reproduce
them to the TODO for both protocols.

Closes #14528

docs/TODO

index 366b1084bd54cc2577cdfd67324b832b9d1548bb..0b761084214e7c0dedb05bce06d0c507c6e62795 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  21. MQTT
  21.1 Support rate-limiting
  21.2 Support MQTTS
+ 21.3 Handle network blocks
 
  22. TFTP
  22.1 TFTP does not convert LF to CRLF for mode=netascii
 
+ 23. Gopher
+ 23.1 Handle network blocks
+
 ==============================================================================
 
 1. libcurl
 
 21.2 Support MQTTS
 
+21.3 Handle network blocks
+
+  Running test suite with
+  `CURL_DBG_SOCK_WBLOCK=90 ./runtests.pl -a mqtt` makes several
+  MQTT test cases fail where they should not.
+
 22. TFTP
 
 22.1 TFTP does not convert LF to CRLF for mode=netascii
  for them.
 
  See https://github.com/curl/curl/issues/12655
+
+23. Gopher
+
+23.1 Handle network blocks
+
+  Running test suite with
+  `CURL_DBG_SOCK_WBLOCK=90 ./runtests.pl -a 1200 to 1300` makes several
+  Gopher test cases fail where they should not.