GitHub user masaori335 opened a pull request:

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

    TS-4087: Reduce SETTINGS_MAX_CONCURRENT_STREAMS when too many streams

    Add below variables in records.config
    - proxy.config.http2.min_concurrent_streams_in
    - proxy.config.http2.max_active_streams_in
    
    When connection wide active streams are larger than 
proxy.config.http2.max_active_streams_in,
    SETTINGS_MAX_CONCURRENT_STREAMS is reduced to 
proxy.config.http2.min_concurrent_streams_in.
    
    [TS-4087](https://issues.apache.org/jira/browse/TS-4087) 

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

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

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

    https://github.com/apache/trafficserver/pull/485.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 #485
    
----
commit ed7552d78ed12ec42b8ac95ffdcf2b0932691211
Author: Masaori Koshiba <masa...@apache.org>
Date:   2016-02-15T11:57:25Z

    TS-4087: Reduce SETTINGS_MAX_CONCURRENT_STREAMS when too many streams
    
    Add below variables in records.config
    - proxy.config.http2.min_concurrent_streams_in
    - proxy.config.http2.max_active_streams_in
    
    When connection wide active streams are larger than 
proxy.config.http2.max_active_streams_in,
    SETTINGS_MAX_CONCURRENT_STREAMS is reduced to 
proxy.config.http2.min_concurrent_streams_in.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to