roxen.lists.pike.general

Subject Author Date
Protocols.HTTP.Server.Request()->response_and_finish() Mirar @ Pike importmöte för m <6341[at]lyskom[dot]lysator[dot]liu[dot]se> 20-08-2009
Nothing really stops you from doing

 req->my_fd->write(whatever you want);
 req->finish(0);

as far as I can see. What you lose is the keep-alive, but I don't
think that's very important?