|
|
@@ -41,11 +41,11 @@ const char *FAKE_WEB_TCP =
|
|
|
"<html><body><center><h1>400 Bad Request</h1></center><hr><center>nginx/1.24.0</center></body></html>\r\n";
|
|
|
|
|
|
const char *FAKE_WEB_TLS =
|
|
|
- "HTTP/1.1 400 OK\r\n"
|
|
|
- "Server: nginx/1.21.0\r\n"
|
|
|
+ "HTTP/1.1 400 Bad Request\r\n"
|
|
|
+ "Server: nginx/1.24.0\r\n"
|
|
|
"Content-Type: text/html\r\n"
|
|
|
"Connection: close\r\n\r\n"
|
|
|
- "<html><body><center><h1>400 Bad Request</h1></center></body></html>\r\n";
|
|
|
+ "<html><body><center><h1>400 Bad Request</h1></center><hr><center>nginx/1.24.0</center></body></html>\r\n";
|
|
|
|
|
|
// --- MENSAJES ROTATIVOS ---
|
|
|
const char *MENSAJES[] = {
|