We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In some local network, there are so many ST-Search request. Chrome browser may send ST-Search continuous. https://blog.cloudflare.com/ssdp-100gbps/ https://productforums.google.com/forum/#!topic/chromecast/WsbZQaDt9Q0
According to the http://www.upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.0-20080424.pdf, device should not response to mismatched search request. But in ProtocolFactoryImpl, it will response to every search request.
It's better to drop mismatched search request quickly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In some local network, there are so many ST-Search request. Chrome browser may send ST-Search continuous.
https://blog.cloudflare.com/ssdp-100gbps/
https://productforums.google.com/forum/#!topic/chromecast/WsbZQaDt9Q0
According to the http://www.upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.0-20080424.pdf, device should not response to mismatched search request. But in ProtocolFactoryImpl, it will response to every search request.
It's better to drop mismatched search request quickly.
The text was updated successfully, but these errors were encountered: