case-insensitive URI scheme comparison

Required according to RFC 3986:

> An implementation should accept uppercase letters as equivalent to
> lowercase in scheme names

Closes #330
This commit is contained in:
Max Kellermann
2018-08-02 10:38:20 +02:00
parent 116edf5fce
commit 906972973e
17 changed files with 45 additions and 43 deletions

1
NEWS
View File

@@ -5,6 +5,7 @@ ver 0.20.21 (not yet released)
- simple: allow .mpdignore comments only at start of line
* output
- httpd: remove broken DLNA support code
* URI schemes are case insensitive
ver 0.20.20 (2018/05/22)
* protocol