1b3e1985b4
Motivation: The `AbstractTrafficShapingHandler` caches the `ReopenReadTimerTask` instance in the channel attribute. However, if this handler is removed from the channel pipeline, this `ReopenReadTimerTask` instance may not be released. Modification: Release the channel attribute `REOPEN_TASK` in `handlerRemoved` method. Result: Avoid a channel attribute leak. |
||
---|---|---|
.. | ||
src | ||
pom.xml |