godot/modules/websocket
Fabio Alessandrelli 238b8357a3 [TLS] Fix crashes trying to use TLS when not available.
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.

(cherry picked from commit eeac6f8c7f)
2023-05-18 19:22:23 +02:00
..
doc_classes Fix typos and inconsistencies in classref 2023-03-16 16:43:31 +01:00
editor
SCsub
config.py
emws_peer.cpp
emws_peer.h
library_godot_websocket.js
packet_buffer.h
register_types.cpp
register_types.h
remote_debugger_peer_websocket.cpp
remote_debugger_peer_websocket.h
websocket_multiplayer_peer.cpp Fix WebSocketMultiplayerPeer server crash 2023-02-23 20:00:00 +09:00
websocket_multiplayer_peer.h
websocket_peer.cpp
websocket_peer.h
wsl_peer.cpp [TLS] Fix crashes trying to use TLS when not available. 2023-05-18 19:22:23 +02:00
wsl_peer.h