Skip to main content

Every-Split Decoder

Challenge on lesson: Checkpoint — Protocol Reasoning

Same FrameDecoder contract. The test concatenates two frames ("ab" then "cd"), feeds the stream in every possible split pattern via repeated 1-byte and mixed chunks, and expects exactly two frames in order — plus the hostile-length rejection.

Difficulty: advanced

Back to lesson: Checkpoint — Protocol Reasoning