tbrand / dystopia

Anonymity on the Internet by Transparent way.
https://dytp.org/
MIT License
93 stars 1 forks source link

Failed to connect to http://example.com #5

Closed tbrand closed 5 years ago

tbrand commented 5 years ago

Success

Failed

tbrand commented 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.

tbrand commented 5 years ago

Solved.