mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #16568 from jmhbnz/fix-release-35-cmux
[3.5] Backport removing obsolete http 1.0 version for cmux tests
This commit is contained in:
commit
635219a31b
@ -132,7 +132,7 @@ func testConnectionMultiplexing(ctx context.Context, t *testing.T, member etcdPr
|
||||
assert.NoError(t, err)
|
||||
})
|
||||
t.Run("curl", func(t *testing.T) {
|
||||
for _, httpVersion := range []string{"2", "1.1", "1.0", ""} {
|
||||
for _, httpVersion := range []string{"2", "1.1", ""} {
|
||||
tname := "http" + httpVersion
|
||||
if httpVersion == "" {
|
||||
tname = "default"
|
||||
|
Loading…
x
Reference in New Issue
Block a user