The data chunks assemble into one body.
Data chunks assemble in order
The first chunk data is followed by the second chunk data.
chunk data order checked
The readable body is hi!
The display row is readable, while the exact body bytes are carried by the hex row.
decoded display=hi!
The exact decoded bytes are pinned as hex
The decoded body hex row is the exact byte representation.
decoded hex checked
Summary
The zero-size chunk is not body data; it only stops the body.
decoded body checked