Add simple HTTP and HTTPS client test ㊙️

This commit is contained in:
Benjamin Sergeant
2019-06-03 12:23:35 -07:00
parent fcacddbd9f
commit a187e69650
3 changed files with 118 additions and 1 deletions

View File

@ -74,7 +74,6 @@ namespace ix
std::stringstream ss;
ss << verb << " " << path << " HTTP/1.1\r\n";
ss << "Host: " << host << "\r\n";
ss << "User-Agent: ixwebsocket/1.0.0" << "\r\n";
ss << "Accept: */*" << "\r\n";
if (args.compress)