Skip to content

Commit e0a9862

Browse files
committed
Flip --incompatible_remote_downloader_send_all_headers
Fixes bazelbuild#16356 RELNOTES[INC] --incompatible_remote_downloader_send_all_headers is flipped to true. See bazelbuild#16356 for details.
1 parent f71bbcf commit e0a9862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/remote/options/RemoteOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ public RemoteOutputsStrategyConverter() {
622622

623623
@Option(
624624
name = "incompatible_remote_downloader_send_all_headers",
625-
defaultValue = "false",
625+
defaultValue = "true",
626626
documentationCategory = OptionDocumentationCategory.REMOTE,
627627
effectTags = {OptionEffectTag.UNKNOWN},
628628
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},

0 commit comments

Comments
 (0)