[tester::#AP6] Failed to read response:
[tester::#AP6] Received: "TP/1.1 404 Not Found"
[tester::#AP6] ^ error
[tester::#AP6] Error: Expected CRLF after status line
And here’s a snippet of my code:
What I am returning in code is:
const HTTP_404: &str = "HTTP/1.1 404 Not Found\r\n\r\n";