We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088fde2 commit bd2393bCopy full SHA for bd2393b
1 file changed
include/kcenon/network/policy/tls_policy.h
@@ -50,7 +50,7 @@ namespace kcenon::network::policy {
50
* messaging_client<tcp_protocol, no_tls> plain_client;
51
* \endcode
52
*/
53
-struct no_tls {
+struct [[deprecated("Use require_tls or optional_tls for production deployments")]] no_tls {
54
static constexpr bool enabled = false;
55
};
56
0 commit comments