* Implement the QueryItem command.

* Add error handling/reporting for unknown commands.
This commit is contained in:
Justin Maggard
2009-03-30 07:43:10 +00:00
parent 3aea5d6f07
commit 2e3a4f1dde
3 changed files with 77 additions and 39 deletions

View File

@@ -336,7 +336,7 @@ Send500(struct upnphttp * h)
}
/* very minimalistic 501 error message */
static void
void
Send501(struct upnphttp * h)
{
static const char body501[] =