mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
restore tutorial-5
This commit is contained in:
@@ -119,7 +119,7 @@ void process(WFHttpTask *proxy_task)
|
||||
});
|
||||
|
||||
context->is_keep_alive = req->is_keep_alive();
|
||||
http_task = WFTaskFactory::create_http_task(req->get_request_uri(), 3, 2,
|
||||
http_task = WFTaskFactory::create_http_task(req->get_request_uri(), 0, 0,
|
||||
http_callback);
|
||||
|
||||
const void *body;
|
||||
|
||||
Reference in New Issue
Block a user