From 1bfaea0d7609d37f213bbba333702a2de27ae6f2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 20 Jun 2016 17:54:42 -0300 Subject: [PATCH] added missing status, closes #4361 (cherry picked from commit e9d2c9ad51f7251ec39ccc7a890735bc1225a448) --- core/io/http_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/io/http_client.cpp b/core/io/http_client.cpp index f8df9edca23..77dbf2fd26b 100644 --- a/core/io/http_client.cpp +++ b/core/io/http_client.cpp @@ -81,6 +81,7 @@ void HTTPClient::set_connection(const Ref& p_connection){ close(); connection=p_connection; + status=STATUS_CONNECTED; }