Skip to content

Commit

Permalink
Flip --incompatible_remote_downloader_send_all_headers
Browse files Browse the repository at this point in the history
Fixes bazelbuild#16356

RELNOTES[INC] --incompatible_remote_downloader_send_all_headers is flipped to true. See bazelbuild#16356 for details.
  • Loading branch information
Yannic committed Sep 29, 2022
1 parent f71bbcf commit e0a9862
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 e0a9862

Please sign in to comment.