* $http->connect() now returns -1 on failure.
Connections will fail on 3 occaisions: socket() fails, connect() fails, or the dns lookup on the hostname fails.
* After the socket is connected, $http->connect() can fail if no data is recevied in a given timeout period, which can be set. See perldoc HTTP::Handle.
It should be up on CPAN sometime later this morning, I just uploaded it.