From e9d2c9ad51f7251ec39ccc7a890735bc1225a448 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 --- 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 35206801184..0dfae6584b1 100644 --- a/core/io/http_client.cpp +++ b/core/io/http_client.cpp @@ -76,6 +76,7 @@ void HTTPClient::set_connection(const Ref& p_connection){ close(); connection=p_connection; + status=STATUS_CONNECTED; }