I use read() function in socket programe. after socket connection , I send message to server, then I receive the response. When I receive data , I use read() function .
read() function return -104 and end , not completely .
I should receive 17180 byte (Content-Length), but I receive 16832 byte.
What's mean errorno -104 ? . and How do I find error message ?. then how do I resolve this problem ? help ~ please
Have nice day~