mirror of
https://github.com/godotengine/godot.git
synced 2026-05-12 22:35:35 +00:00
eeac6f8c7f
If no StreamPeerTLS implementation is available, HTTPClient and WebSocketPeer will now correctly refuse to connect using TLS returning ERR_UNAVAILABLE. Similarly, ENetConnection will refuse to setup DTLS when PacketPeerDTLS is not available.