- From: LALANNE Jean-Baptiste <jblalanne@aston.fr>
- Date: Mon, 22 Nov 1999 15:27:14 +0100
- To: "'www-jigsaw@w3.org'" <www-jigsaw@w3.org>
I got a problem with the client side api (version 2.0.2) when using it to do HTTP 1.1 requests. I execute some requests and sometimes Jigsaw doesn't read all the content of a reply and the next request tries to read its status code in the unread bytes of its predecessor. It causes a org.w3c.www.http.HttpInvalidValueException ex: 19 at org.w3c.www.http.HttpParser.parseInt(Compiled Code) 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.http11_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) It seems like a problem in the reuse of http connections, does anyone know something about it ? Jean-Baptiste Lalanne
Received on Monday, 22 November 1999 09:27:05 UTC