I think the new HTTP implementation is basically working, now.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4707 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-12-30 18:59:02 +00:00
parent 2f6a92168e
commit d02f17a8cf
6 changed files with 280 additions and 128 deletions

View File

@ -574,7 +574,7 @@ static int _tf_command_usage(const char* file, int argc, char* argv[])
{
tf_printf(" %s - %s\n", k_commands[i].name, k_commands[i].description);
}
return 0;
return -1;
}
#endif
#endif