所以我收到此消息的EOFException:
java.io.EOFException: \n not found: size=1 content=0d...
以及发生异常的代码或行:
while ((line = reader.readLine()) != null) { stringBuilder.append(line); }
如果流在读取所有字节之前结束,则抛出EOFException