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

Mike Winter miwinter at cisco.com
Thu Jan 12 10:56:27 MST 2012


That helps, thanks. 

I know that http processing does \r\n, I suppose there is an rfc that says this is reasonable, and LineReceiver is designed to be used in http for the same reason.

On Jan 12, 2012, at 4:42:45AM, Itamar Turner-Trauring wrote:

> At a guess, it's because by default LineReceiver splits on '\r\n', but 
> you're sending only '\n'.
> 
> -Itamar
> 
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python





More information about the Twisted-Python mailing list