diff --git a/zefie_wtvp_minisrv/app.js b/zefie_wtvp_minisrv/app.js index 4b06389a..5da330d1 100644 --- a/zefie_wtvp_minisrv/app.js +++ b/zefie_wtvp_minisrv/app.js @@ -463,12 +463,6 @@ async function sendToClient(socket, headers_obj, data, compress_data = false) { clen = data.byteLength; } - - // If wtv-lzpf is in the header then force compression - if (headers_obj["wtv-lzpf"]) { - compress_data = true; - } - // fix captialization if (headers_obj["Content-type"]) { headers_obj["Content-Type"] = headers_obj["Content-type"];