The response status says this is a redirect.
The response status is Found
The status row says 302 Found.
status=302
The status points away from this response
A redirect response tells the client to look at a different location next.
redirect response
This toy response sends no body
The Content-Length row declares 0 body bytes.
Content-Length=0
Summary
The status line tells us this is a redirect, not the final page body.
redirect seen