push
github
netty: Count sent RST_STREAMs against limit (1.75.x backport) (#12288) 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 Backport of #12277
34682 of 39158 relevant lines covered (88.57%)
0.89 hits per line