Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
call it a socket instead
  • Loading branch information
kraih committed Sep 15, 2015
1 parent 2b8e730 commit 0a84de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Client.pm
Expand Up @@ -97,7 +97,7 @@ sub _ready {
# Retry or handle exceptions
my $handle = $self->{handle};

# Handle changes in between attempts and needs to be re-added for epoll/kqueue
# Socket changes in between attempts and needs to be re-added for epoll/kqueue
if ($handle->isa('IO::Socket::IP')) {
$self->reactor->remove($handle);
my $res = $handle->connect;
Expand Down

0 comments on commit 0a84de7

Please sign in to comment.