You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/16 05:38:18 UTC

[jira] [Commented] (TS-4209) Limit concurrent streams correctly

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

ASF GitHub Bot commented on TS-4209:
------------------------------------

GitHub user masaori335 opened a pull request:

    https://github.com/apache/trafficserver/pull/480

    TS-4209: Limit concurrent streams correctly

    [TS-4209](https://issues.apache.org/jira/browse/TS-4209)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/masaori335/trafficserver ts-4209

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/480.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 #480
    
----
commit 7d23190bb44417986de25e275fbf6e7352dfc8ec
Author: Masaori Koshiba <ma...@apache.org>
Date:   2016-02-16T01:48:19Z

    TS-4209: Limit concurrent streams correctly

----


> Limit concurrent streams correctly
> ----------------------------------
>
>                 Key: TS-4209
>                 URL: https://issues.apache.org/jira/browse/TS-4209
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP/2
>            Reporter: Masaori Koshiba
>             Fix For: 6.2.0
>
>
> TS using concurrent stream limit which is advertised *from* clients now.
> TS MUST use concurrent stream limit which is configured by 
> {{proxy.config.http2.max_concurrent_streams_in}} and advertised *to* clients.
> RFC 7540 says below in [5.1.2|http://httpwg.org/specs/rfc7540.html#rfc.section.5.1.2]
> {quote}
> An endpoint that receives a HEADERS frame that causes its advertised concurrent stream limit to be exceeded MUST treat this as a stream error (Section 5.4.2) of type PROTOCOL_ERROR or REFUSED_STREAM.
> {quote}



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