push
github
netty: Count sent RST_STREAMs against limit Http2RstCounterEncoder has to be constructed before NettyServerHandler/Http2ConnectionHandler so it must be static. Thus the code/counters were moved into RstStreamCounter which then can be constructed earlier and shared. This depends on Netty 4.1.124 for a bug fix to actually call the encoder: https://github.com/netty/netty/commit/be53dc3c9
34683 of 39169 relevant lines covered (88.55%)
0.89 hits per line