We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633d8d2 commit 40694d9Copy full SHA for 40694d9
2 files changed
NEWS
@@ -1,6 +1,8 @@
1
ver 0.24.13 (not yet released)
2
* configuration
3
- add range checks to number parser
4
+* storage
5
+ - curl: eliminate auth probe requests
6
* tags:
7
- id3: limit ID3 tags to 4 MB
8
* output
src/lib/curl/Setup.cxx
@@ -17,7 +17,6 @@ Setup(CurlEasy &easy)
17
easy.SetNoProgress();
18
easy.SetNoSignal();
19
easy.SetConnectTimeout(std::chrono::seconds{10});
20
- easy.SetOption(CURLOPT_HTTPAUTH, (long) CURLAUTH_ANY);
21
}
22
23
} // namespace Curl
0 commit comments