jetty.project/jetty-http2/http2-client
Simone Bordet 3c54806d47 482959 - Local stream count never decrements when closing a stream causing IllegalStateException.
This issue was caused by removeStream(IStream, boolean) to take a
boolean parameter that indicated whether the close of the stream was
caused by a sent frame (local) or by a received frame (remote).

However, this was wrong, since a local stream may be closed by
receiving a frame. This error was causing the local and remote stream
counts held by HTTP2Session to be decremented wrongly, causing the
IllegalStateException mentioned in the bug report.

Fixed by decrementing the stream counters based on whether the stream
itself is local or remote.
2015-11-25 12:58:02 +01:00
..
src 482959 - Local stream count never decrements when closing a stream causing IllegalStateException. 2015-11-25 12:58:02 +01:00
pom.xml Updating to version 9.3.7-SNAPSHOT 2015-11-06 12:13:00 -07:00