The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 10-08-2008
Harish.joshi Harish.joshi is offline
Registered User
  
 

Join Date: Oct 2008
Location: New Delhi, India
Posts: 3
Quote:
Originally Posted by calv View Post
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