Skip to content

Commit

Permalink
Mojolicious does not need to know about the transaction state
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 10, 2016
1 parent ad4fecd commit 7baa1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -127,7 +127,7 @@ sub handler {

# Delayed response
$self->log->debug('Nothing has been rendered, expecting delayed response')
unless $c->tx->is_writing;
unless $c->stash->{'mojo.rendered'};
}

sub helper { shift->renderer->add_helper(@_) }
Expand Down

0 comments on commit 7baa1c0

Please sign in to comment.