Skip to content

Commit

Permalink
reuse more code
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 16, 2014
1 parent 8a587ae commit b7969aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -103,8 +103,8 @@ sub reset {

$self->_remove($_)
for keys %{$self->{acceptors}}, keys %{$self->{connections}};
delete @$self{qw(accept stop)};
$self->reactor->reset;
$self->_stop;
$self->stop;
}

Expand Down

0 comments on commit b7969aa

Please sign in to comment.