We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use Image::Magick; my $handler = sub { return [ 200, [ "Content-Type" => "text/plain", "Content-Length" => 11 ], [ "Hello World" ] ]; };
Followed by: plackup -s Mongrel2 --send_spec=tcp://127.0.0.1:9993 --send_ident=D807E984-AC0B-11DF-979C-3C4975AD5E34 --recv_spec=tcp://127.0.0.1:9992 --recv_ident=E80576A8-AC0B-11DF-A841-3D4975AD5E34
Causes the request to time out, at least on my laptop (Ubuntu 10.04, Perl 5.10.1, Plack::Handler::Mongrel2 0.01000_02)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
app.psgi
use Image::Magick;
my $handler = sub {
return [ 200, [ "Content-Type" => "text/plain", "Content-Length" => 11 ], [ "Hello World" ] ];
};
Followed by:
plackup -s Mongrel2 --send_spec=tcp://127.0.0.1:9993 --send_ident=D807E984-AC0B-11DF-979C-3C4975AD5E34 --recv_spec=tcp://127.0.0.1:9992 --recv_ident=E80576A8-AC0B-11DF-A841-3D4975AD5E34
Causes the request to time out, at least on my laptop (Ubuntu 10.04, Perl 5.10.1, Plack::Handler::Mongrel2 0.01000_02)
The text was updated successfully, but these errors were encountered: