netty5/codec-http2/src
nmittler c388f3f085 Removing Http2StreamRemovalPolicy
Motivation:

Due to a recent flurry of cleanup and fixes, we no longer need the stream removal policy to protect against recently removed streams. We should get rid of it.

Modifications:

Removed Http2StreamRemovalPolicy and everywhere it's used.

Result:

Fixes #3448
2015-04-13 12:18:59 -07:00
..
main/java/io/netty/handler/codec/http2 Removing Http2StreamRemovalPolicy 2015-04-13 12:18:59 -07:00
test/java/io/netty/handler/codec/http2 HTTP/2 Connection Listener Unchecked Exceptions 2015-04-13 08:54:14 -07:00