Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 12, 2012
1 parent af4ba67 commit 5da2ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop/Client.pm
Expand Up @@ -100,7 +100,7 @@ sub _connect {
unless $handle = IO::Socket::SSL->start_SSL($handle, %options);
}

# Start writing right away
# Wait for handle to become writable
$self->{handle} = $handle;
$watcher->io($handle => sub { $self->_connecting })->watch($handle, 0, 1);
}
Expand Down

0 comments on commit 5da2ce8

Please sign in to comment.