Remove other junk not needed

This commit is contained in:
Eric MacDonald
2021-08-07 19:44:38 -04:00
parent 8775eba32e
commit 1bc7cadac5

View File

@@ -546,9 +546,6 @@ async function sendToClient(socket, headers_obj, data) {
wtvcomp = null; // Makes the garbage gods happy so it cleans up our mess
}
if (headers_obj['minisrv-already-compressed']) delete headers_obj['minisrv-already-compressed'];
// encrypt if needed
if (socket_sessions[socket.id].secure == true) {
headers_obj["wtv-encrypted"] = 'true';