cmoth150415

Results 2 issues of cmoth150415

代码如下 ```c std::shared_ptr RequestPbf(const std::string& url, const std::string& path, const std::string& body, HttpContextPtr ctx) { HttpRequestPtr req(new HttpRequest); req->method = HTTP_POST; req->url = url + path; req->headers["Connection"] = "keep-alive"; req->body...

毕竟windows下ide更丰富一些,方便调试。