implement GetOSName, start working on HttpsPOST

This commit is contained in:
Lion Kortlepel
2021-06-25 00:42:45 +02:00
parent b1caf5c29a
commit 80432eb718
6 changed files with 125 additions and 33 deletions

View File

@@ -992,4 +992,4 @@ std::string TNetwork::UDPRcvFromClient(sockaddr_in& client) const {
return "";
}
return std::string(Ret.begin(), Ret.begin() + Rcv);
}
}