SwiftNIO 1.7.2
Semver Patch
- Removed some unnecessary
EventLoopPromise
allocations. (#437) - Fixed issues where removing a
HTTPDecoder
could lead to the pipeline consuming rawByteBuffer
s, 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)