Use \r\n for sending commands.
original commit: 02f12da3a7e389c7091ca8a6fa896147f2842983
This commit is contained in:
parent
20a62e5305
commit
58c6293792
|
@ -114,7 +114,7 @@
|
||||||
(define send-to-server
|
(define send-to-server
|
||||||
(lambda (communicator message-template . rest)
|
(lambda (communicator message-template . rest)
|
||||||
(apply fprintf (communicator-sender communicator)
|
(apply fprintf (communicator-sender communicator)
|
||||||
(string-append message-template "~n")
|
(string-append message-template "\r\n")
|
||||||
rest)))
|
rest)))
|
||||||
|
|
||||||
;; parse-status-line :
|
;; parse-status-line :
|
||||||
|
|
Loading…
Reference in New Issue
Block a user