Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Nov 4, 2009
1 parent 73ad480 commit e739c9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Tatsumaki/Application.pm
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ sub psgi_app {
my $handler = $self->dispatch($req->path)
or return [ 404, [ 'Content-Type' => 'text/html' ], [ "404 Not Found" ] ];

# TODO: if you throw exception from nonblocking callback, there seems no way to catch it
my $res;
try {
$res = $handler->(
Expand Down

0 comments on commit e739c9d

Please sign in to comment.