added missing status, closes #4361
This commit is contained in:
parent
85d8000449
commit
e9d2c9ad51
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ void HTTPClient::set_connection(const Ref<StreamPeer>& p_connection){
|
||||||
|
|
||||||
close();
|
close();
|
||||||
connection=p_connection;
|
connection=p_connection;
|
||||||
|
status=STATUS_CONNECTED;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue