fix nasty timer bug
[spider.git] / perl / ExtMsg.pm
index 4475f6a10cbf6623f5c8f12163acb6cf14f97198..cc938bd822223706de2e50369d5cd29fe1b0590c 100644 (file)
@@ -335,8 +335,6 @@ sub _timedout
 {
        my $conn = shift;
        dbg('connect', "timed out after $conn->{timeval} seconds");
-       $conn->{timeout}->del;
-       delete $conn->{timeout};
        $conn->disconnect;
 }