Fix re Robby
This commit is contained in:
parent
7fd52472b4
commit
a734c6badb
|
@ -62,12 +62,12 @@
|
||||||
(thread
|
(thread
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(handle-connection ip op
|
(handle-connection ip op
|
||||||
|
#:port-addresses
|
||||||
(lambda (ip)
|
(lambda (ip)
|
||||||
(values "127.0.0.1"
|
(values "127.0.0.1"
|
||||||
"127.0.0.1"))))))))
|
"127.0.0.1"))))))))
|
||||||
|
|
||||||
;; handle-connection : input-port output-port (input-port -> string string) -> void
|
;; handle-connection : input-port output-port (input-port -> string string) -> void
|
||||||
;; returns immediately, spawning a thread to handle
|
|
||||||
(define (handle-connection ip op
|
(define (handle-connection ip op
|
||||||
#:port-addresses [port-addresses tcp-addresses])
|
#:port-addresses [port-addresses tcp-addresses])
|
||||||
(define conn
|
(define conn
|
||||||
|
|
Loading…
Reference in New Issue
Block a user