took out limit on msglength (ie 0 length messages are allowed)
[spider.git] / perl / Msg.pm
index e1ece5b93c35e932e118308785b6d8d7ca3e478f..9df7640ecbbfbfecd5a80493469a5abacb1700f5 100644 (file)
@@ -166,6 +166,7 @@ sub set_blocking {
         fcntl ($_[0], F_SETFL(), $flags);
     }
 }
+
 sub handle_send_err {
    # For more meaningful handling of send errors, subclass Msg and
    # rebless $conn.