Closed DavsX closed 9 years ago
Hi! In the section about non-blocking sockets where is the code $self->pending with $self not defined in the code itself. I assume it should be $cl->pending.
$self->pending
$cl->pending
Thanks a lot for the patch.
Hi! In the section about non-blocking sockets where is the code
$self->pending
with $self not defined in the code itself. I assume it should be$cl->pending
.