On Thu, 2006-11-02 at 16:44 -0600, Steve Johnson wrote:
> In testing this out, it works pefectly when testing with curl using a
> simple GET. It sends me a response almost immediately, but if i watch
> the logs, it processes the cleanuphandler method like it should, after
> i already received the
Hi, I'm registering a PerlCleanupHandler method in my mod_perl cgi handler. Using:$r->set_handlers( PerlCleanupHandler => [ &send_to_client ]); My goal is to have this service take an xml message, do some processing on it and reply with a confirm xml message. Afterward I need to POST a completely