Semver Patch
- Removed some unnecessary
EventLoopPromiseallocations. (#437) - Fixed issues where removing a
HTTPDecodercould lead to the pipeline consuming rawByteBuffers, rather than decoded HTTP components. (#430) - Fixed an issue where datagram writes would be counted incorrectly, potentially leading to precondition failure. (#431)
- Resolved a number of re-entrancy issues with
HTTPDecoder. (#427)