> The call > in readHeadersFromSocket is reading the HTTP status code, e.g. the 200 > in > > HTTP/1.1 200 OK
Ok, I have realised that I may be missing some implementation here. The setStatus(int) method of my HttpServletResponse does nothing yet, whihc may cause this problem. The main reason that I haven't implemented this yet, is simply that I'm not sure what to do with the int that gets passed in. Any suggestions on how to get started? Paul Hunnisett www.lombok.org.uk