Commit 76ae292a by ziyue

防呆设计

parent dd81497e
......@@ -27,7 +27,7 @@ void HttpClient::sendRequest(const string &strUrl, float fTimeOutSec) {
defaultPort = 443;
isHttps = true;
} else {
auto strErr = StrPrinter << "非法的协议:" << protocol << endl;
auto strErr = StrPrinter << "非法的http url:" << strUrl << endl;
throw std::invalid_argument(strErr);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论