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);