A vulnerable-style response is a heartbeat record that returns more data than the client really sent. The fixture leaks harmless demo bytes so you can practise interpreting the result without touching a real service.
The proof-of-concept is meaningful only after two checks: the response is a heartbeat record, and the payload contains bytes beyond the small echoed heartbeat payload. In this course those extra bytes are fake fixture data.
That second check matters. We’re not cheering because bytes arrived; we’re checking that the returned bytes match the bug shape we intended to demonstrate.