help, I have a HttpParserException

Hi,

I use Jigsaw 2.0.1 configured as a proxy,
and about 80% of the requests I do with my browser
get the answer :

------------------------------------------------------
An HTTP error occured while getting: 

http://www.any_host.com/index.html

Details "End Of File".

Generated by http://my_jigsaw_host:8001/
------------------------------------------------------

and jigsaw raises an exception :
 
------------------------------------------------------
org.w3c.www.http.HttpParserException: End Of File
        at org.w3c.www.http.HttpReplyMessage.notifyBeginParsing(Compiled Code)
        at org.w3c.www.mime.MimeParser.parse(Compiled Code)
        at org.w3c.www.protocol.http.HttpBasicServer.http10_run(Compiled Code)
        at org.w3c.www.protocol.http.HttpBasicServer.doRequest(Compiled Code)
        at org.w3c.www.protocol.http.HttpBasicServer.runRequest(Compiled Code)
        at org.w3c.www.protocol.http.HttpManager.runRequest(Compiled Code)
        at org.w3c.jigsaw.proxy.ForwardFrame.perform(Compiled Code)
        at org.w3c.tools.resources.FramedResource.performFrames(Compiled Code)
        at org.w3c.tools.resources.FramedResource.perform(Compiled Code)
        at org.w3c.jigsaw.http.httpd.perform(Compiled Code)
        at org.w3c.jigsaw.http.Client.processRequest(Compiled Code)
        at org.w3c.jigsaw.http.Client.startConnection(Compiled Code)
        at org.w3c.jigsaw.http.socket.SocketClient.run(Compiled Code)
        at org.w3c.util.CachedThread.run(Compiled Code)
------------------------------------------------------

When I am lucky, the requested URL is loaded after 2 or 3
reload (using the browser's button)

can anyone help me ?

Received on Tuesday, 13 April 1999 11:33:19 UTC