mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
[Net] Rename "ssl" references to "tls" in methods and members.
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
|
||||
Error request(Method p_method, const String &p_url, const Vector<String> &p_headers, const uint8_t *p_body, int p_body_size) override;
|
||||
|
||||
Error connect_to_host(const String &p_host, int p_port = -1, bool p_ssl = false, bool p_verify_host = true) override;
|
||||
Error connect_to_host(const String &p_host, int p_port = -1, bool p_tls = false, bool p_verify_host = true) override;
|
||||
void set_connection(const Ref<StreamPeer> &p_connection) override;
|
||||
Ref<StreamPeer> get_connection() const override;
|
||||
void close() override;
|
||||
|
||||
Reference in New Issue
Block a user