netty5/codec-http2/src/main/java/io/netty
Idel Pivnitskiy 37c03cce5e
Include number of maximum active streams in exception message (#11644)
Motivation:

When users receive "Maximum active streams violated for this endpoint"
exception, it's useful to know what is the current max streams limit on
HTTP/2 connection.

Modifications:

- Include current number of maximum active streams in exception message;

Result:

Easier debugging of HTTP/2 connections.
2021-09-03 08:53:36 +02:00
..
handler/codec/http2 Include number of maximum active streams in exception message (#11644) 2021-09-03 08:53:36 +02:00