From: Sascha Frinken Date: Sun, 18 Jan 2026 05:39:40 +0000 (+0100) Subject: MQTT.md: remove no TLS (mqtts) support X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c2690f7e6f18e78df3368c01b9ff2da180bc46;p=thirdparty%2Fcurl.git MQTT.md: remove no TLS (mqtts) support As curl now supports TLS (mqtts), it is no longer necessary to list it as a limitation in the docs. Closes #20343 --- diff --git a/docs/internals/MQTT.md b/docs/internals/MQTT.md index dadd2290dc..8379130173 100644 --- a/docs/internals/MQTT.md +++ b/docs/internals/MQTT.md @@ -58,5 +58,4 @@ Remaining limitations: - Only QoS level 0 is implemented for publish - No way to set retain flag for publish -- No TLS (mqtts) support - Naive EAGAIN handling does not handle split messages