We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575d930 commit f861121Copy full SHA for f861121
patch/0004-option-add-option-to-disable-want-digest-header.patch
@@ -15,7 +15,7 @@ Should close https://github.com/myfreeer/aria2-build-msys2/issues/10
15
using the Digest response header
16
17
Possible Values: true, false
18
- Default: true
+ Default: false
19
Tags: #advanced, #http
20
---
21
src/AbstractProxyRequestCommand.cc | 1 +
@@ -62,7 +62,7 @@ index a058eb9..9ff615a 100644
62
+ OptionHandler* op(
63
+ new BooleanOptionHandler(PREF_HTTP_WANT_DIGEST,
64
+ TEXT_HTTP_WANT_DIGEST,
65
-+ A2_V_TRUE, OptionHandler::OPT_ARG));
++ A2_V_FALSE, OptionHandler::OPT_ARG));
66
+ op->addTag(TAG_ADVANCED);
67
+ op->addTag(TAG_HTTP);
68
+ op->setInitialOption(true);
0 commit comments