Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
KauzClay committed Oct 12, 2023
1 parent 8982601 commit 5314444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/envoy/v3/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func ExtensionCluster(ext *dag.ExtensionCluster) *envoy_cluster_v3.Cluster {
ext.UpstreamValidation,
ext.SNI,
ext.ClientCertificate,
nil, //TODO(KauzClay): should TLS protocol version settings be configurable for extensionservices too?
nil, // TODO(KauzClay): should TLS protocol version settings be configurable for extensionservices too?
"h2",
),
)
Expand Down

0 comments on commit 5314444

Please sign in to comment.