From 9d295cd9afdf7d58d975b0726139299977eb6dca Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 30 Mar 2023 18:03:17 +0200 Subject: [PATCH] Fix libde265.js not working --- src/output/output_http_internal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/output_http_internal.cpp b/src/output/output_http_internal.cpp index 79ce6c0e..1660e9de 100644 --- a/src/output/output_http_internal.cpp +++ b/src/output/output_http_internal.cpp @@ -1071,7 +1071,7 @@ namespace Mist{ H.Clean(); return; } - if (H.url == "/libde265.js"){ + if (req.url == "/libde265.js"){ std::string response; H.Clean(); H.SetHeader("Server", "MistServer/" PACKAGE_VERSION);