Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 18, 2012
1 parent 5e0f887 commit fba2b4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Test/Mojo.pm
Expand Up @@ -460,7 +460,8 @@ Alias for L<Mojo::UserAgent/"app">.
my ($tx, $app) = @_;
$tx->on(connection => sub {
my ($tx, $id) = @_;
Mojo::IOLoop->stream($id)->timeout(0) });
Mojo::IOLoop->stream($id)->timeout(0);
});
});
=head2 C<content_is>
Expand Down

0 comments on commit fba2b4a

Please sign in to comment.