Skip to content

Commit

Permalink
Update about-connection-context.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Barenboim authored Jan 22, 2025
1 parent 5752663 commit ba091b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/about-connection-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void prepare_func(WFHttpTask *task)
int some_function()
{
WFHttpTask *task = WFTaskFactory::create_http_task(...);
static_cast<WFClientTask<HttpRequest, HttpResponse>>(task)->set_prepare(prepare_func);
task->set_prepare(prepare_func);
...
}
~~~
Expand Down

0 comments on commit ba091b3

Please sign in to comment.