a4b05694d3
Motivation: Http2MultiplexCodec.DefaultHttp2StreamChannel currently only act on ClosedChannelException exceptions when checking for isAutoClose(). We should widen the scope here to IOException to be more consistent with AbstractChannel. Modifications: Replace instanceof ClosedChannelException with instanceof IOException Result: More consistent handling of isAutoClose() |
||
---|---|---|
.. | ||
src | ||
pom.xml |