added missing status, closes #4361

(cherry picked from commit e9d2c9ad51)
This commit is contained in:
Juan Linietsky 2016-06-20 17:54:42 -03:00 committed by Rémi Verschelde
parent ad01fa2248
commit 1bfaea0d76
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ void HTTPClient::set_connection(const Ref<StreamPeer>& p_connection){
close(); close();
connection=p_connection; connection=p_connection;
status=STATUS_CONNECTED;
} }