netty5/codec-http2/src
Scott Mitchell 4d74bf3984 HTTP/2 MaxStreams cleanup
Motivation:
765e944d4d imposed a limit on the maximum number of stream in all states. However the default limit did not allow room for streams in addition to SETTINGS_MAX_CONCURRENT_STREAMS. This can mean streams in states outside the states which SETTINGS_MAX_CONCURRENT_STREAMS applies to may not be reliably created.

Modifications:
- The default limit should be larger than SETTINGS_MAX_CONCURRENT_STREAMS

Result:
More lenient limit is applied to maxStreams by default.
2016-08-11 09:38:58 -07:00
..
main/java/io/netty/handler/codec/http2 HTTP/2 MaxStreams cleanup 2016-08-11 09:38:58 -07:00
test HTTP/2 limit streams in all states 2016-08-11 09:01:37 -07:00