Commit 83d1a389 authored by bnc's avatar bnc Committed by Commit bot

Remove bogus comment.

This is a follow-up to https://crrev.com/2028473003, and lands
a missed part of server side change 126730342.

BUG=488484

Review-Url: https://codereview.chromium.org/2602883002
Cr-Commit-Position: refs/heads/master@{#440877}
parent 2be11206
......@@ -351,9 +351,6 @@ TEST_P(HpackDecoderTest, InvalidIndexedHeader) {
EXPECT_FALSE(DecodeHeaderBlock(StringPiece("\xbe", 1)));
}
// Test that a header block with a pseudo-header field following a regular one
// is treated as malformed. (HTTP2 draft-14 8.1.2.1., HPACK draft-09 3.1.)
TEST_P(HpackDecoderTest, ContextUpdateMaximumSize) {
EXPECT_EQ(kDefaultHeaderTableSizeSetting,
decoder_peer_.header_table()->max_size());
......
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