Skip Menu |

This queue is for tickets about the AnyEvent-SOCKS-Client CPAN distribution.

Report information
The Basics
Id: 131658
Status: new
Priority: 0/
Queue: AnyEvent-SOCKS-Client

People
Owner: ZLOBUS [...] cpan.org
Requestors: felix.ostmann [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.01
Fixed in: (no value)



Subject: missing return in case of connection error
There is a small error in the error-handling. Within the call of `tcp_connect` the callback must return if there is not fh! row 117: `$c_cb->() unless($fh);` must be `return $c_cb->() unless($fh);`