Skip Menu |

This queue is for tickets about the FCGI-Client CPAN distribution.

Report information
The Basics
Id: 71100
Status: open
Priority: 0/
Queue: FCGI-Client

People
Owner: Nobody in particular
Requestors: ben [...] morrow.me.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Default timeout is wrong in ::Connection
Date: Tue, 20 Sep 2011 21:07:08 +0100
To: bug-FCGI-Client [...] rt.cpan.org
From: Ben Morrow <ben [...] morrow.me.uk>
The documentation for FCGI::Client::Connection says the default timeout is 10s. In fact it is 1s, which is rather short; especially since Plack::App::FCGIDispatcher doesn't have an option to set the timeout. Ben
Fixed implementation. The default value is 10secs, FCGI-Client 0.08+. On 2011-9月-20 火 16:07:21, ben@morrow.me.uk wrote: Show quoted text
> The documentation for FCGI::Client::Connection says the default timeout > is 10s. In fact it is 1s, which is rather short; especially since > Plack::App::FCGIDispatcher doesn't have an option to set the timeout. > > Ben >
On Tue Sep 20 16:07:21 2011, ben@morrow.me.uk wrote: Show quoted text
> The documentation for FCGI::Client::Connection says the default timeout > is 10s. In fact it is 1s, which is rather short; especially since > Plack::App::FCGIDispatcher doesn't have an option to set the timeout.
As it's pointed out in the FCGIDispatcher's case, a) it *has* the option and b) its default is 60, not 1 nor 10.