added missing status, closes #4361
This commit is contained in:
parent
85d8000449
commit
e9d2c9ad51
|
@ -76,6 +76,7 @@ void HTTPClient::set_connection(const Ref<StreamPeer>& p_connection){
|
|||
|
||||
close();
|
||||
connection=p_connection;
|
||||
status=STATUS_CONNECTED;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue