Skip to content

Commit

Permalink
fix ::
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Feb 13, 2010
1 parent 1620b6c commit 911d5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plack/Server/Coro.pm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ magic).
# your web application
use Coro::LWP;
my $content = LWP::Simple:;get($url); # this yields to other threads when IO blocks
my $content = LWP::Simple::get($url); # this yields to other threads when IO blocks
This server also uses L<Coro::AIO> (and L<IO::AIO>) if available, to
send the static filehandle using sendfile(2).
Expand Down

0 comments on commit 911d5ed

Please sign in to comment.