Masakazu Kitajo created TS-3480:
-----------------------------------

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


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