Fixing typo re: pull request 156
This commit is contained in:
parent
43f99839c2
commit
23816b496d
|
@ -85,7 +85,8 @@
|
||||||
#:initial-connection-timeout [initial-connection-timeout 60])
|
#:initial-connection-timeout [initial-connection-timeout 60])
|
||||||
(define shutdowns
|
(define shutdowns
|
||||||
(map (lambda (port)
|
(map (lambda (port)
|
||||||
(serve #:dispatch dispatch
|
(serve
|
||||||
|
#:dispatch dispatch
|
||||||
#:confirmation-channel confirmation-channel
|
#:confirmation-channel confirmation-channel
|
||||||
#:connection-close? connection-close?
|
#:connection-close? connection-close?
|
||||||
#:tcp@ tcp@
|
#:tcp@ tcp@
|
||||||
|
@ -108,7 +109,8 @@
|
||||||
(define shutdowns
|
(define shutdowns
|
||||||
(map (match-lambda
|
(map (match-lambda
|
||||||
[(list-rest listen-ip ports)
|
[(list-rest listen-ip ports)
|
||||||
(serve #:dispatch dispatch
|
(serve/ports
|
||||||
|
#:dispatch dispatch
|
||||||
#:confirmation-channel confirmation-channel
|
#:confirmation-channel confirmation-channel
|
||||||
#:connection-close? connection-close?
|
#:connection-close? connection-close?
|
||||||
#:tcp@ tcp@
|
#:tcp@ tcp@
|
||||||
|
|
Loading…
Reference in New Issue
Block a user