mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-14 08:52:42 +08:00
Motivation: LineBasedFrameDecoder previously would only correctly decode \r\n as a line-ending iff \r\n were not split apart. Modifications: Handle \r\n arriving apart. Result: more correct line splitting