Telnet.read_very_eager()
Read everything that can be without blocking in I/O (eager).
Raise EOFError
if connection closed and no cooked data available. Return b''
if no cooked data available otherwise. Do not block unless in the midst of an IAC sequence.
Please login to continue.