Merge branch 'master' into with_orm
This commit is contained in:
commit
e78b517607
|
@ -6,7 +6,7 @@ int main()
|
|||
trantor::Logger::setLogLevel(trantor::Logger::TRACE);
|
||||
int count = 0;
|
||||
{
|
||||
auto client = HttpClient::newHttpClient("http://www.baidu.com");
|
||||
auto client = HttpClient::newHttpClient("https://www.baidu.com");
|
||||
auto req = HttpRequest::newHttpRequest();
|
||||
req->setMethod(drogon::Get);
|
||||
req->setPath("/s");
|
||||
|
|
2
trantor
2
trantor
|
@ -1 +1 @@
|
|||
Subproject commit 389b616f1f82f06923a0996d2b399c2963e11367
|
||||
Subproject commit 554b763170b5b4e141133a9dd51f9c8523c16a3b
|
Loading…
Reference in New Issue