Re: Jigsaw buffering

On Thu, 26 Jul 2001, Claire Ledrich wrote:

>        at org.w3c.www.mime.MimeParser.parse(MimeParser.java:207)
>        at org.w3c.www.mime.MimeParser.parse(MimeParser.java:220)
>        at org.w3c.jigsaw.http.Client.getNextRequest(Client.java:259)
>        at org.w3c.jigsaw.http.Client.startConnection(Compiled Code)
>        at org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java:125)
>        at org.w3c.util.CachedThread.run(Compiled Code)
> HTTP/1.1 400 Bad Request
> Connection: close
> Date: Thu, 26 Jul 2001 14:41:26 GMT
> Content-Length: 0
> Server: Jigsaw/2.2.0
>

You forgot the Host: header in your 1.1 request, hence the 400 Bad Request
About the buffering in 1.0, I will try to look what happens here, but it
is safer to go with 1.1 and reuse connections.

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Wednesday, 1 August 2001 12:41:40 UTC