HpackDecoder3Test::SizeOfHeaders() does not correctly account for cookie size. |
||
Issue descriptionHpackDecoder3Test::DecodeHeaderBlock has the expectation EXPECT_EQ(handler_.header_bytes_parsed(), SizeOfHeaders(decoded_block())) |handler_| receives cookies in crumbs as specified by HPACK. However, SizeOfHeaders() sums up keys and values in decoded_block(), which is of type SpdyHeaderBlock and thus can have at most one "cookie" header field. This expection therefore fails if a test has multiple cookies in it.
,
Jul 25 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 24 2017