I get data from website using recv().<BR>At the beginning there is a text (like "HTTP 1.1 200 OK") a want to skip.<BR><BR>One way to do this is to call recv() few times without printing the received ...