Closed tbrand closed 5 years ago
http://example.com serves the payload below.
HTTP/1.1 200 OK\r\n...Content-Length: 1270\r\n\r\n<!doctype html>\n<html>\n...</html>\n
It doesn't end with '\r\n' since it specify a content-length. Edge node without tls have to parse the headers due to this.
Solved.
Success
Failed