[
https://issues.apache.org/jira/browse/TS-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15005604#comment-15005604
]
ASF subversion and git services commented on TS-3847:
-----------------------------------------------------
Commit 7dbb358c95ec661de7cdfad5ceefbef0a9c0e2e5 in trafficserver's branch
refs/heads/master from [~maskit]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=7dbb358 ]
TS-3847: Check if table size updates are at the beginning of the block
This closes #333
> Rejects Dynamic Table Size if it does not appear at the beginning of the
> first header block
> -------------------------------------------------------------------------------------------
>
> Key: TS-3847
> URL: https://issues.apache.org/jira/browse/TS-3847
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP/2
> Reporter: Masaori Koshiba
> Assignee: Masaori Koshiba
> Fix For: 6.1.0
>
>
> Section 4.2 of RFC 7541(HPACK), says that dynamic table size update MUST
> occur at the beginning of the first header block following the changes to the
> dynamic table size.
> {code}
> ===============================================================================
> Failed tests
> ===============================================================================
> 4.3. Header Compression and Decompression
> × Encodes Dynamic Table Size Update (RFC 7541, 6.3) after common header
> fields
> - The endpoint MUST terminate the connection with a connection error of
> type COMPRESSION_ERROR.
> Expected: GOAWAY frame (ErrorCode: COMPRESSION_ERROR)
> Connection close
> Actual: DATA frame (Length: 5991, Flags: 1)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)