Skip to content

Commit

Permalink
Flip --incompatible_remote_downloader_send_all_headers
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Yannic authored and Copybara-Service committed Oct 3, 2022
1 parent c5c2f7e commit 0653d5f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -622,7 +622,7 @@ public RemoteOutputsStrategyConverter() {

@Option(
name = "incompatible_remote_downloader_send_all_headers",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.REMOTE,
effectTags = {OptionEffectTag.UNKNOWN},
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},
Expand Down

0 comments on commit 0653d5f

Please sign in to comment.