mirror of
https://github.com/godotengine/godot.git
synced 2026-05-12 22:35:35 +00:00
7cd80e6a6d
Which was unused internally, and can be replaced by: ``` while tls.get_status() == tls.STATUS_HANDSHAKING: tls.poll() ```