If the SSL flag is set to"true", it seems that the "connect" function from HTTPClient class doesn't work.
Steps to reproduce:
- setup and call the request as follows:
var headers=[ "User-Agent: Pirulo/1.0 (Godot)", "Accept: */*" ] get_node("http_loading").get_request("www.php.net", 80, headers, "/ChangeLog-5.php")
- execute
var err = m_http.connect(address, port, true) in the 'get_request' function from 'http/http.gd' script
- experience the issue
If the SSL flag is set to"true", it seems that the "connect" function from HTTPClient class doesn't work.
Steps to reproduce:
var headers=[ "User-Agent: Pirulo/1.0 (Godot)", "Accept: */*" ] get_node("http_loading").get_request("www.php.net", 80, headers, "/ChangeLog-5.php")var err = m_http.connect(address, port, true)in the 'get_request' function from 'http/http.gd' script