integration: Fix TestH2H1Upgrade test failure

This commit is contained in:
Tatsuhiro Tsujikawa 2015-05-08 19:35:09 +09:00
parent e63d6e490a
commit 64b1aae567
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ func TestH2H1Upgrade(t *testing.T) {
name: "TestH2H1Upgrade",
header: []hpack.HeaderField{
pair("Connection", "Upgrade, HTTP2-Settings"),
pair("Upgrade", "h2c-14"),
pair("Upgrade", "h2c"),
pair("HTTP2-Settings", "AAMAAABkAAQAAP__"),
},
})