don't need this anymore

This commit is contained in:
zefie
2025-08-11 18:25:57 -04:00
parent 51565b56a6
commit 81eed48528

View File

@@ -1661,10 +1661,6 @@ async function sendToClient(socket, headers_obj, data = null) {
headers_obj[k].forEach(function (v) {
headers += k + ": " + v + eol;
});
}
if (k.indexOf('_') >= 0) {
let j = k.split('_')[0];
headers += j + ": " + headers_obj[k] + eol;
} else {
headers += k + ": " + headers_obj[k] + eol;
}