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 this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.