close socket if payload has zero length (unsupported h265)

This commit is contained in:
F. Duncanh
2024-09-20 02:32:00 -04:00
parent 0473ccdba0
commit 8d7713b59c
4 changed files with 58 additions and 26 deletions

View File

@@ -599,3 +599,8 @@ raop_stop(raop_t *raop) {
assert(raop);
httpd_stop(raop->httpd);
}
void raop_remove_known_connections(raop_t * raop) {
httpd_remove_known_connections(raop->httpd);
}