mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
初步完成Windows下的移植
This commit is contained in:
@@ -27,7 +27,7 @@ void HttpClient::sendRequest(const string &strUrl){
|
||||
defaultPort = 443;
|
||||
isHttps = true;
|
||||
}else{
|
||||
auto strErr = StrPrinter << "非法的协议:" << protocol << endl;
|
||||
auto strErr = StrPrinter << "非法的协议:" << protocol << endl;
|
||||
throw std::invalid_argument(strErr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user