disconnection of the web server

While sending a request to a Jigsaw web server :

	GET http://local_machine/myFile.html HTTP/1.0
	Accept: */*

Without using a proxy, I receive no data.
The connection and the data sending is ok, but,

l_nbRecv = recv(desc, data, len, opt);

returns 0 (as if the web server has diconnected the connection)

Is there something to add in the request ?
Do I need to keep the connection persistent ?

Thank's for your help.

------------------------------------
Judith Nataf - TELISMA
Product Development Engineer

Tel: (0)2 96 05 59 24
email : <mailto:jnataf@telisma.com>
web : <http://www.telisma.com>
------------------------------------
 

Received on Thursday, 2 August 2001 09:51:06 UTC