Skip to content
New issue

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

Image::Magick causes request to hang #1

Open
patspam opened this issue Sep 1, 2010 · 0 comments
Open

Image::Magick causes request to hang #1

patspam opened this issue Sep 1, 2010 · 0 comments

Comments

@patspam
Copy link

patspam commented Sep 1, 2010

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant