Whoopies. Needed to define things

This commit is contained in:
Eric MacDonald
2021-08-07 19:49:45 -04:00
parent 72dcce0f8f
commit 47f54dda46

View File

@@ -496,6 +496,7 @@ function headerStringToObj(headers, response = false) {
}
async function sendToClient(socket, headers_obj, data) {
var compress_data = false;
var headers = "";
var content_length = 0;
if (typeof (data) === 'undefined') data = '';