Skip to content

Commit 0653d5f

Browse files
Yanniccopybara-github
authored andcommitted
Flip --incompatible_remote_downloader_send_all_headers
Fixes #16356 RELNOTES[INC]: --incompatible_remote_downloader_send_all_headers is flipped to true. See #16356 for details. Closes #16357. PiperOrigin-RevId: 478506192 Change-Id: Id7b6e67c53fd4ec4455240ccbd40980c439b9a72
1 parent c5c2f7e commit 0653d5f

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)