diff options
author | Max Kellermann <max@musicpd.org> | 2021-05-17 19:24:12 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-05-17 19:26:05 +0200 |
commit | 638dfc398184ff0d71c2a81c8c3eb99f649ac307 (patch) | |
tree | f46676a68767a47047acbcb0297ada3e6df9e4f3 /NEWS | |
parent | 7c09e44ad46b65765a0d63627ea203fca68825ff (diff) |
{input,storage}/curl: set CURLOPT_HTTPAUTH=CURLAUTH_BASIC
With the default value CURLAUTH_ANY, libcurl needs to probe for
authentication methods first, and only the second request will have an
Authorization header.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1155
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ ver 0.22.7 (not yet released) * protocol - don't use glibc extension to parse time stamps +* input + - curl: send user/password in the first request, save one roundtrip * decoder - ffmpeg: fix build problem with FFmpeg 3.4 - gme: support RSN files |