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? :-)