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