[i.n.h.c.h.TooLongHttpLineException: An HTTP line is larger than 4096 bytes.] I got an error like this.
The above error seems to be an error that occurs because the status line such as [HTTP/1.1 200 OK] exceeds 4096 bytes.
It doesn’t always happen when I send the same api request.
I want to check if the content of the error is true.
How can I print the status line of the response message composed like [HTTP/1.1 200 OK]?