[ 
https://issues.apache.org/jira/browse/TS-3480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14484110#comment-14484110
 ] 

ASF subversion and git services commented on TS-3480:
-----------------------------------------------------

Commit bf165262ea2bb29d3e68fa04b7116c1eadcf44d4 in trafficserver's branch 
refs/heads/5.3.x from [~rokubo]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=bf16526 ]

TS-3480 Large stream id cause PROTOCOL_ERROR

(cherry picked from commit d38fc0a1d2d7b95eb801a3bde009d59acdb98559)


> Large stream id cause PROTOCOL_ERROR
> ------------------------------------
>
>                 Key: TS-3480
>                 URL: https://issues.apache.org/jira/browse/TS-3480
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP/2
>            Reporter: Masakazu Kitajo
>            Assignee: Ryo Okubo
>             Fix For: 5.3.0, 6.0.0
>
>         Attachments: ts-3480.diff
>
>
> TS sends back a GOAWAY frame with PROTOCOL_ERROR if the stream id in a 
> request is over the value of SETTINGS_MAX_CONCURRENT_STREAMS.
> This is because current implementation uses the value of the setting as the 
> maximum value for stream id, but not the maximum number of concurrent streams.
> https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;a=blob;f=proxy/http2/Http2ConnectionState.cc;h=574c4ce5cf8303476ca3c7440ac6e0038477a933;hb=26f438d486eaa04267db953d8d5f1249a63af2c3#l712
> How to reproduce:
> {noformat}
> nghttp -v -m 51 http://localhost/
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to