Commit 64b1aae5 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

integration: Fix TestH2H1Upgrade test failure

parent e63d6e49
...@@ -607,7 +607,7 @@ func TestH2H1Upgrade(t *testing.T) { ...@@ -607,7 +607,7 @@ func TestH2H1Upgrade(t *testing.T) {
name: "TestH2H1Upgrade", name: "TestH2H1Upgrade",
header: []hpack.HeaderField{ header: []hpack.HeaderField{
pair("Connection", "Upgrade, HTTP2-Settings"), pair("Connection", "Upgrade, HTTP2-Settings"),
pair("Upgrade", "h2c-14"), pair("Upgrade", "h2c"),
pair("HTTP2-Settings", "AAMAAABkAAQAAP__"), pair("HTTP2-Settings", "AAMAAABkAAQAAP__"),
}, },
}) })
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment