So I'm getting an EOFException with this message:
java.io.EOFException: \n not found: size=1 content=0d...
And the code or line where the Exception occures:
   while ((line = reader.readLine()) != null) {
       stringBuilder.append(line);
   }
So I'm getting an EOFException with this message:
java.io.EOFException: \n not found: size=1 content=0d...
And the code or line where the Exception occures:
   while ((line = reader.readLine()) != null) {
       stringBuilder.append(line);
   }
EOFException thrown if the stream ends before all bytes have been read
