
6 Nov
2002
6 Nov
'02
8:01 p.m.
On Wed, Nov 06, 2002 at 12:27:52PM -0600, Glyph Lefkowitz wrote:
On Wed, 6 Nov 2002 19:11:52 +0100, Alexandre Fayolle alexandre.fayolle@free.fr wrote:
Now, if I use telnet to connect to both version of the server, I can type some data, press return and get the answer back. This is great. However, if I use nc send the data, the twisted-based server sees nothing (lineReceived is not called!)
Sounds like a CRLF versus CR issue. Have you checked for that? :-)
Indeed. Netcat sends only \n, not \r. See the `delimiter' attribute of the LineReceiver class.
--
Christopher Armstrong
<< radix@twistedmatrix.com >>
http://twistedmatrix.com/users/radix.twistd/