yuesong-feng / 30dayMakeCppServer

30天自制C++服务器,包含教程和源代码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

day09 的 client.cpp 文件

xinyi127 opened this issue · comments

day09client.cpp 代码中,读取服务器端返回的数据时,为什么将判断 read 返回值是否为 -1 的情况删除了?