diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-06 23:04:13 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-07 08:21:40 +0200 |
commit | 3c40840ca7726d28d98d1a9252b32f6b1ed1ad8f (patch) | |
tree | e39138cd56747d7b99d33953b15d20812b4a2caa /docs/cmdline-opts | |
parent | 7a3e981781d6c18ab62f51342b6aeed3e816b696 (diff) | |
download | curl-3c40840ca7726d28d98d1a9252b32f6b1ed1ad8f.tar.gz |
docs: remove experimental mentions from HSTS and MQTT
Reported-by: Jonathan Cardoso
Bug: https://github.com/curl/curl/pull/6700#issuecomment-913792863
Closes #7681
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/page-header | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/page-header b/docs/cmdline-opts/page-header index 8974e433d..65b503fbb 100644 --- a/docs/cmdline-opts/page-header +++ b/docs/cmdline-opts/page-header @@ -132,8 +132,8 @@ without using TLS. curl can do directory lookups for you, with or without TLS. .IP MQTT curl supports MQTT version 3. Downloading over MQTT equals "subscribe" to a -topic while uploading/posting equals "publish" on a topic. MQTT support is -experimental and TLS based MQTT is not supported (yet). +topic while uploading/posting equals "publish" on a topic. MQTT over TLS is +not supported (yet). .IP POP3(S) Downloading from a pop3 server means getting a mail. With or without using TLS. |