Draft of the REST server client using cHTTP

This commit is contained in:
2025-11-20 10:50:55 +01:00
parent b0313ffcf8
commit 747f851155
4 changed files with 5946 additions and 0 deletions
+1
View File
@@ -2235,6 +2235,7 @@ int toasty_wait_result(ToastyFS *toasty, ToastyHandle handle, ToastyResult *resu
if (ret < 0)
return -1;
// TODO: Detect when this returns WAKEUP
num_polled = toasty_process_events(toasty, contexts, polled, num_polled);
if (num_polled < 0)
return -1;