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

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

Commit 07f707195b37c8f14091301b7f7443e86e79062e in trafficserver's branch 
refs/heads/master from [~zwoop]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=07f7071 ]

Add TS-3480, fix indentation on others.


> 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: 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