godot/modules/websocket
Fabio Alessandrelli eeac6f8c7f [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.
2023-05-12 20:08:10 +02:00
..
doc_classes Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02: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-12 20:08:10 +02:00
wsl_peer.h