[Twisted-Python] telnet works, why wont this client/protocol test?

Itamar Turner-Trauring itamar at itamarst.org
Thu Jan 12 05:42:45 MST 2012


At a guess, it's because by default LineReceiver splits on '\r\n', but 
you're sending only '\n'.

-Itamar




More information about the Twisted-Python mailing list