Re:Jigsaw on Macintosh

 > While in limited testing the Jigsaw seems to work just fine, I am seeing the
 > following error, repeated in my errlog and I have not yet tracked down why. =
 > It
 > occurs only after a request and not every time. This is the *only* error I a=
 > m
 > seeing however and I did *not* have to change the names of the .jigidx files
 > and have changed *nothing* in httpd.props or anywhere else for that matter.
 > 
 > <c0;client0>: caught ClientException: [w3c.jigsaw.http.ClientException]
 > Couldn't parse the request: expecting  (32) got =9D(-1)context:
 > <c1;client1>: caught ClientException: [w3c.jigsaw.http.ClientException]
 > Couldn't parse the request: expecting  (32) got =9D(-1)context: 

These are "normal", they should not appear in the error log (this is
the bug, in fact). It just tells that Jigsaw has decided to close this
connection (Jigsaw implements keep-alive, using an LRU list of
sockets).

Anselm.

Received on Thursday, 27 June 1996 16:50:45 UTC