Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Nov 29, 2015
1 parent c4b742b commit ec77517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Channel/HTTP.pm
Expand Up @@ -7,7 +7,7 @@ has tx => sub { Mojo::Transaction->new };
sub close {
my $self = shift;
$self->{state} = 'finished';
$self->tx->_announce_finished;
$self->tx->_announce_finish;
}

sub incoming { die 'meant to be overloaded by subclass' }
Expand Down

0 comments on commit ec77517

Please sign in to comment.