netty5/codec-http2/src/test/java/io
Jakob Buchgraber 8e04d706de Have FlowState.cancel take a Throwable and code cleanup.
Motivation:

- In FlowState.write(...) we are currently swalloing an exception.
- In my previous commit I introduced a compiler warning by not making
  a local variabe final.

Modifications:

- Have FlowState.cancel() take a Throwable.
- Make the variable final.

Result:

No more swallowed exceptions and warnings.
2015-03-19 22:01:02 -07:00
..
netty/handler/codec/http2 Have FlowState.cancel take a Throwable and code cleanup. 2015-03-19 22:01:02 -07:00