Skip to content

Commit

Permalink
test(gateway): update golden files
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed Aug 8, 2022
1 parent 80955bb commit 5901eee
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ Clusters:
commonHttpProtocolOptions:
idleTimeout: 3600s
explicitHttpConfig:
http2ProtocolOptions: {}
http2ProtocolOptions:
initialConnectionWindowSize: 1048576
initialStreamWindowSize: 65536
Endpoints:
Resources: {}
Listeners:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ Clusters:
commonHttpProtocolOptions:
idleTimeout: 3600s
explicitHttpConfig:
http2ProtocolOptions: {}
http2ProtocolOptions:
initialConnectionWindowSize: 1048576
initialStreamWindowSize: 65536
Endpoints:
Resources:
echo-service-bfae5b64a0fe8b74:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Clusters:
idleTimeout: 115s
maxStreamDuration: 117s
explicitHttpConfig:
http2ProtocolOptions: {}
http2ProtocolOptions:
initialConnectionWindowSize: 1048576
initialStreamWindowSize: 65536
Endpoints:
Resources: {}
Listeners:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ Clusters:
commonHttpProtocolOptions:
idleTimeout: 3600s
explicitHttpConfig:
http2ProtocolOptions: {}
http2ProtocolOptions:
initialConnectionWindowSize: 1048576
initialStreamWindowSize: 65536
Endpoints:
Resources: {}
Listeners:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ Clusters:
commonHttpProtocolOptions:
idleTimeout: 3600s
explicitHttpConfig:
http2ProtocolOptions: {}
http2ProtocolOptions:
initialConnectionWindowSize: 1048576
initialStreamWindowSize: 65536
Endpoints:
Resources:
echo-service-bfae5b64a0fe8b74:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Clusters:
idleTimeout: 115s
maxStreamDuration: 117s
explicitHttpConfig:
http2ProtocolOptions: {}
http2ProtocolOptions:
initialConnectionWindowSize: 1048576
initialStreamWindowSize: 65536
Endpoints:
Resources: {}
Listeners:
Expand Down

0 comments on commit 5901eee

Please sign in to comment.