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 f71bbcf commit e0a9862Copy full SHA for e0a9862
src/main/java/com/google/devtools/build/lib/remote/options/RemoteOptions.java
@@ -622,7 +622,7 @@ public RemoteOutputsStrategyConverter() {
622
623
@Option(
624
name = "incompatible_remote_downloader_send_all_headers",
625
- defaultValue = "false",
+ defaultValue = "true",
626
documentationCategory = OptionDocumentationCategory.REMOTE,
627
effectTags = {OptionEffectTag.UNKNOWN},
628
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
0 commit comments