diff --git a/src/framework/net/httplogin.cpp b/src/framework/net/httplogin.cpp index 5f0c6a5fd..d4ce90caa 100644 --- a/src/framework/net/httplogin.cpp +++ b/src/framework/net/httplogin.cpp @@ -324,6 +324,7 @@ void LoginHttp::httpLogin(const std::string& host, const std::string& path, HttpResponse response; if (fetch) { + response.connected = true; response.status = static_cast(fetch->status); response.body.assign(fetch->data, fetch->numBytes); emscripten_fetch_close(fetch);