The Reader.ReadResponse function constructed a response string through
repeated string concatenation of lines. When the number of lines in a response is large,
this could cause excessive CPU consumption.
Thanks to Jakub Ciolek for reporting this issue.
This is CVE-2025-61724 and Go issue https://go.dev/issue/75716.
This is a PRIVATE issue for CVE-2025-61724, tracked in http://b/445534197 and fixed by https://go-internal-review.git.corp.google.com/c/go/+/2940.
/cc @golang/security and @golang/release