Use \r\n for sending commands.

original commit: 02f12da3a7e389c7091ca8a6fa896147f2842983
This commit is contained in:
Eli Barzilay 2004-05-11 06:55:49 +00:00
parent 20a62e5305
commit 58c6293792

View File

@ -114,7 +114,7 @@
(define send-to-server
(lambda (communicator message-template . rest)
(apply fprintf (communicator-sender communicator)
(string-append message-template "~n")
(string-append message-template "\r\n")
rest)))
;; parse-status-line :