output/httpd: reject some well-known request paths

Return `404 not found` for some common well-known paths, as clients requesting them usually do that automatically and don't expect endless audio stram.

Closes #572
This commit is contained in:
cathugger
2019-06-05 00:49:15 +03:00
committed by Max Kellermann
parent 4b81cf0c2c
commit f9ca2f52c1
3 changed files with 27 additions and 2 deletions

2
NEWS
View File

@@ -1,4 +1,6 @@
ver 0.21.10 (not yet released)
* output
- httpd: reject some well-known URIs
* fix crash bug (0.21.9 regression)
ver 0.21.9 (2019/05/20)