Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Dec 13, 2015
1 parent f6dc532 commit 9d3a4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/UserAgent.pm
Expand Up @@ -78,7 +78,7 @@ sub _cleanup {
$self->_finish($_, 1) for keys %$connections;

# Clean up keep-alive connections
$connections->{$_->[1]}->ioloop->remote($_->[1]) for values %$connections;
$connections->{$_->[1]}->ioloop->remove($_->[1]) for values %$connections;
$self->{queue} = {};

return $self;
Expand Down

0 comments on commit 9d3a4ca

Please sign in to comment.