Socket server and PuTTY

2016-11-22 Thread 'Thomas Meyer' via Clojure
Hi, I think the problem is that clojure server reply sends LF only but RFC 854 wants a CR LF for a newline. PuTTY has an option to convert LF into CR LF. Bug or feature? Kind regards Thomas -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Socket server and PuTTY

2016-11-21 Thread 'Thomas Meyer' via Clojure
Hi, When I connect to the socket server with PuTTY, what are the correct connection parameters? Telnet mode gives strange error messages, raw mode seems to work but when doing (find-doc "string") the output has strange blanks and carriage returns. Help is appreciated. With kind regards Thomas