[
https://issues.apache.org/jira/browse/TS-3869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715693#comment-14715693
]
ASF subversion and git services commented on TS-3869:
-----------------------------------------------------
Commit 4c81be14eefe196018c9d12be6cefca35793f92b in trafficserver's branch
refs/heads/master from [~bcall]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=4c81be1 ]
TS-3869: HTTP/2 Stream uses the clients window size for the servers setting
> HTTP/2 Stream uses the clients window size for the servers setting
> ------------------------------------------------------------------
>
> Key: TS-3869
> URL: https://issues.apache.org/jira/browse/TS-3869
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP/2
> Reporter: Bryan Call
> Assignee: Bryan Call
> Fix For: 6.0.0
>
>
> The Http2Stream class incorrectly uses the clients window size for
> initializing the servers window size. In Chrome this defaults to 10MB.
> Since the client client thinks it the window size is 1MB, the amount the
> server said it was, and the server thinks it is 10MB the client will only be
> able to send 1MB of data and then wait until it gets more credit. More
> credit isn't given until there is 16KB left on the stream and it will never
> get there since 10MB - 1MB = 9MB.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)