Re: Threads mess with simple HTTP daemon

[email protected] ("Jerry D. Hedden") Thu, 14 Jun 2007 14:41:34 -0400
Newsgroups perl.ithreads
Message-ID <[email protected]>
On Arno Velds wrote:
> This works perfectly fine except that the request following the thread
> starting request from the same client is never answered.

If you remove the line:
    $c->force_last_request;
then it works as advertised.