| > Note: After writing the stuff below, I turned off keep-
> alives and tested (project test3) with everything
mirrored
> correctly (from what I could see...I think keep-alives
> are 'broken'.)
Two problems fixed (not quite easy to catch through the
debugger!):
- the HTTP/1.1 "trailers" extension is not supported, and
was causing problems on several sites (including the one
you tested) ; I have fixed that
- "redirect" pages were leaving sockets withtout flushing
the pending data ; I have also fixed that
| |