I've been trying to drop a connection in Component::Server::TCP and am not sure the best way of doing it.
The basic flow is that I parse a line (it's a telnet listener) and if the line is 'quit' then I want to drop the connection. I can't just delete the heap and there doesn't seem to be a Component::Server::TCP method call that will force a connection to drop. Any suggestions? thx, bobm
