This commit is contained in:
2022-07-10 21:28:00 +02:00
parent 4062883cb3
commit c060ee5bb6

View File

@ -570,6 +570,7 @@ int client_request_handler(sock *client, unsigned long client_num, unsigned int
}
} else if (strncmp(msg_content, "<!DOCTYPE html>", 15) == 0 || strncmp(msg_content, "<html", 5) == 0) {
msg_content[0] = 0;
// TODO let relevant information pass?
}
char *rev_proxy_doc = "";