From: Marcelo R. J. <mro...@us...> - 2022-01-12 14:54:55
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Portable UPnP SDK". The branch, master has been updated via bac86e9fccf7e108501119fa4f9fb6e1dc078bde (commit) from a9bbb0cdd61a6b45a9288ec899f25f268086c98f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bac86e9fccf7e108501119fa4f9fb6e1dc078bde Author: Ian Whyman <v0...@v0...> Date: Sat Jan 8 21:00:10 2022 +0000 Dont call miniserver callbacks for failed hosts When we implemented validation in Gerbera[0], I noticed that even if our callback returns UPNP_E_BAD_HTTPMSG the request still get processed and not dropped as expected. Practically that means all hosts are valid if you have a validation callback set :( 0. https://github.com/gerbera/gerbera/pull/2365 ----------------------------------------------------------------------- Summary of changes: upnp/src/genlib/miniserver/miniserver.c | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- Portable UPnP SDK |