Quote:
Originally Posted by calv
The HTTP Protocol is designed to always send the size of the data in the "Content-Length:" field. You must count the bytes you read after the "\r\n\r\n", so you exactly stop, when there is nothing more to receive.
|

Thanx for all your help, I got the problem fixed I wasn't deploying the select functions properly... Thnx again for ur effort