Method code for $connection.uninit_connection()

[Turn on line numbering]
(| close_connection() |);
active = 0;
if (interface)
    (| interface.connection_going_away(remote_addr, remote_port) |);
interface = 0;
if (read_block) {
    read_block = read_block.add('lines, 'disconnected);
    .finish_reading_block();
}
if (tid != -1)
    $scheduler.del_task(tid);
tid = 0;

["// Created 21-Aug-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark