|
@@ -196,10 +196,10 @@ exit;
|
|
<title><function>async_task_route</function> usage</title>
|
|
<title><function>async_task_route</function> usage</title>
|
|
<programlisting format="linespecific">
|
|
<programlisting format="linespecific">
|
|
...
|
|
...
|
|
-async_task_rroute("RESUME");
|
|
|
|
|
|
+async_task_route("RESUME");
|
|
...
|
|
...
|
|
route[RESUME] {
|
|
route[RESUME] {
|
|
- send_reply("404", "Not found");
|
|
|
|
|
|
+ t_relay();
|
|
exit;
|
|
exit;
|
|
}
|
|
}
|
|
...
|
|
...
|