Skip to content

Commit

Permalink
Merge pull request etcd-io#13375 from serathius/authority-3.5
Browse files Browse the repository at this point in the history
Cherry pick "Fix http2 authority header in single endpoint scenario" to release-3.5
  • Loading branch information
ptabor authored and hasbro17 committed Feb 2, 2022
1 parent 9232ad4 commit 04d6190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
"go.etcd.io/etcd/client/pkg/v3/transport"
"go.etcd.io/etcd/client/pkg/v3/types"
"go.etcd.io/etcd/client/v2"
"go.etcd.io/etcd/client/v3"
clientv3 "go.etcd.io/etcd/client/v3"
"go.etcd.io/etcd/pkg/v3/grpc_testing"
"go.etcd.io/etcd/raft/v3"
"go.etcd.io/etcd/server/v3/config"
Expand Down

0 comments on commit 04d6190

Please sign in to comment.