[
https://issues.apache.org/jira/browse/TS-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999727#comment-14999727
]
ASF GitHub Bot commented on TS-3847:
------------------------------------
GitHub user maskit opened a pull request:
https://github.com/apache/trafficserver/pull/333
TS-3847: Check if table size updates are at the beginning of the block
https://issues.apache.org/jira/browse/TS-3847
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maskit/trafficserver ts3847
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/333.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #333
----
commit 3d136ced8d1cd729403eed3428b4b026d3e74c5f
Author: Masakazu Kitajo <[email protected]>
Date: 2015-11-11T01:03:21Z
TS-3847: Check if table size updates are at the beginning of the block
----
> 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)