Skip to content

Commit

Permalink
Merge pull request #122 from GoogleCloudPlatform/http1_1
Browse files Browse the repository at this point in the history
Set http 1.1 as default
  • Loading branch information
danielbeaudreau authored Dec 15, 2020
2 parents de09688 + 2a1a5a0 commit 5a40fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class Flags {
names = {"--stow_http2"},
description = "Whether to use HTTP 2.0 for StowRS (i.e. StoreInstances) requests. True by default."
)
Boolean useHttp2ForStow = true;
Boolean useHttp2ForStow = false;

@Parameter(
names = {"--oauth_scopes"},
Expand Down

0 comments on commit 5a40fbd

Please sign in to comment.